Re: Looking for an example of using HBaseStorage with Pig

2010-06-30 Thread Pavel Gutin
I moved forward, but I am still not able to do anything. Here's what I am doing: grunt register /usr/local/hadoop/pigtmp/pig-0.6.0/lib/ElephantBird.jar grunt register /usr/local/hadoop/pigtmp/pig-0.6.0/lib/hbase-0.20.0.jar grunt register

Re: Looking for an example of using HBaseStorage with Pig

2010-06-29 Thread Pavel Gutin
Thank you for trying to help me out. Here's the error that's in my log file ERROR 2998: Unhandled internal error. org/apache/pig/Slicer java.lang.NoClassDefFoundError: org/apache/pig/Slicer at java.lang.ClassLoader.defineClass1(Native Method) at

Re: Looking for an example of using HBaseStorage with Pig

2010-06-28 Thread Pavel Gutin
My apologies, i pasted the wrong line. I was testing to see if pig was able to locate the JAR by misspelling the name on purpose Here's the correct error. grunt a = load 'hbase://localhost:6/silk1' USING com.twitter.elephantbird.pig.load.HBaseLoader('f1:destination_port') AS

Re: Looking for an example of using HBaseStorage with Pig

2010-06-28 Thread Dmitriy Ryaboy
Pavel, What does the log say? I am guessing you need to a) make sure that all the hbase config stuff is on the classpath and b) load 'hbase://silk1' (no host:port) -D On Mon, Jun 28, 2010 at 10:37 AM, Pavel Gutin pavelgu...@gmail.com wrote: My apologies, i pasted the wrong line. I was