Re: Cassandra - Pig integration

2014-07-31 Thread Kevin Burton
I think you need to send that details file for us to give you more information: /home/hduser/apache-cassandra-2.0.9/examples/pig/pig_1406808480077.log pig stores its runtime exceptions in a main details file that has the guts of the problem. Also, try posting to the pig user list. I'll tell yo

Cassandra - Pig integration

2014-07-30 Thread Akshay Ballarpure
Hello, I am trying to integrate cassandra into Hadoop and PIG and trying to load CSV file into Cassandra using PIG Script. Can someone help ? root@hadoop-1:/home/hduser/apache-cassandra-2.0.9/examples/pig# cat pigCasandra.pig data = LOAD 'example.csv' using PigStorage(',') AS (row_id: chararray,

About Cassandra-Hadoop(Pig) Integration issue

2013-12-10 Thread pradeep kumar
filters on the columns which are part of partition key. This seems to be very basic requirement to have for C*-Pig integration. To give you more idea on the problem, here is the jira on the same topic. https://issues.apache.org/jira/browse/CASSANDRA-6151 Unfortunately the status of the issue is

dependencies for cassandra's pig integration?

2013-07-31 Thread William Oberman
I'm using AWS's EMR (hadoop as a service), and one step copies some data from EMR -> my cassandra cluster. I used to patch EMR with pig 0.11, but now AWS officially supports 0.11, so I thought I'd give it a try. I was having issues. The AWS forum on it is here: https://forums.aws.amazon.com/thre

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-21 Thread Sasha Dolgy
bang on ... no idea why ... a new day a fresh login ... environment variables gone. working now with cassandra 0.8.0 and pig 0.8.1 went through all my steps and all is working ... except line 45 in the bin/pig_cassandra is not proper when there are multiple pig*.jar files. On Mon, Jun 20, 2011 a

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Jeremy Hanna
worked as well and output to cassandra. So I suspect that for some reason your environment is messed up somehow - the CassandraStorage class (for pig integration) doesn't point to TypeParser in 0.8.0. create keyspace pygmalion; use pygmalion; create column family account with comparator = UTF

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Jeremy Hanna
sha Dolgy wrote: > cassandra-0.8.0/src/java/org/apache/cassandra/db/marshal/TypeParser.java > : doesn't exist > cassandra-0.8.1/src/java/org/apache/cassandra/db/marshal/TypeParser.java > : exists... > > PIG integration with 0.8.0 is no longer working / doesn't work with &

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Sasha Dolgy
cassandra-0.8.0/src/java/org/apache/cassandra/db/marshal/TypeParser.java : doesn't exist cassandra-0.8.1/src/java/org/apache/cassandra/db/marshal/TypeParser.java : exists... PIG integration with 0.8.0 is no longer working / doesn't work with 0.8.0 release, but will with 0.8.1 .. fair

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Sasha Dolgy
Yes ... I ran an "ant" in the root directory on a fresh download of 0.8.0 src: /usr/local/src/apache-cassandra-0.8.0-src# ls /usr/local/src/apache-cassandra-0.8.0-src/build/classes/main/org/apache/cassandra/db/marshal/ AbstractCommutativeType.class AbstractType.class LexicalUUIDType.class

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Jeremy Hanna
/cdh/3/pig-0.8.0-cdh3u0.tar.gz >> >> Alternatively, I believe today brisk beta 2 will be out which has pig >> integrated. Not sure if that would work for your current environment though. >> >> See if that works. >> On Jun 20, 2011, at 1:09 PM, Sasha Dolgy wr

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Sasha Dolgy
natively, I believe today brisk beta 2 will be out which has pig > integrated.  Not sure if that would work for your current environment though. > > See if that works. > On Jun 20, 2011, at 1:09 PM, Sasha Dolgy wrote: > >> Been trying for the past little bit to try and get the PIG

Re: pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Jeremy Hanna
the PIG integration > working with Cassandra 0.8.0 > > 1. Downloaded the src for 0.8.0 and ran ant build > 2. went into contrib/pig and ran ant ... gives me: > /usr/local/src/apache-cassandra-0.8.0-src/contrib/pig/build/cassandra_storage.jar > and is copied into the lib/ directory

pig integration & NoClassDefFoundError TypeParser

2011-06-20 Thread Sasha Dolgy
Been trying for the past little bit to try and get the PIG integration working with Cassandra 0.8.0 1. Downloaded the src for 0.8.0 and ran ant build 2. went into contrib/pig and ran ant ... gives me: /usr/local/src/apache-cassandra-0.8.0-src/contrib/pig/build/cassandra_storage.jar and is

Pig Integration

2010-07-26 Thread Mubarak Seyed
Does anyone try to get data from Super column family using grunt shell? The example pig script explains how to analyze data for standard column family. -- Thanks, Mubarak Seyed.

Cassandra Pig Integration

2010-06-30 Thread Mubarak Seyed
I am trying to query data using Pig 0.7.0, when i run contrib/pig/bin/pig_cassandra -x local filename.pig, i am getting an error ERROR 2117: Unexpected error when launching map reduce job. org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator for alias topnames