Re: the version of HBase supported by HBaseStorage

2013-04-29 Thread Bill Graham
It's hard to tell the problem from the error pasted, but version 0.94 of HBase requires protobuf 2.4.x. I've seen errors that start like the one you've pasted when a 2.3.x version of protobuf is in the classpath. On Mon, Apr 29, 2013 at 1:49 PM, Weiping Qu wrote: > Oh, cool! > Thanks for the he

Re: the version of HBase supported by HBaseStorage

2013-04-29 Thread Weiping Qu
Oh, cool! Thanks for the help. I would like to give it a try. :) Thanks, Weiping +James (Phoenix lead) AFAIK, data inserted into hbase for phoenix reads needs to be phoenix encoded. We wrote a StoreFunc to write data into hbase with data being phoenix encoded. You can give it a try https://gith

Re: the version of HBase supported by HBaseStorage

2013-04-29 Thread Prashant Kommireddi
+James (Phoenix lead) AFAIK, data inserted into hbase for phoenix reads needs to be phoenix encoded. We wrote a StoreFunc to write data into hbase with data being phoenix encoded. You can give it a try https://github.com/forcedotcom/phoenix/blob/master/src/main/java/com/salesforce/phoenix/pig/Phoe

Re: the version of HBase supported by HBaseStorage

2013-04-29 Thread Weiping Qu
Dear Prashant, Firstly thank you very much for your quick reply. I would just like to try the new SQL layer above HBase (called Phoenix) which claims that it outperforms Hive. So far phoenix has only two releases which support Hbase 0.94.2/3 and 0.94.4 or above, respectively. I had carefully i

Re: the version of HBase supported by HBaseStorage

2013-04-29 Thread Prashant Kommireddi
Hi Weiping, Pig 0.11.1 uses hbase 0.94.1 by default. Are you using the right jars? On Mon, Apr 29, 2013 at 1:08 PM, Weiping Qu wrote: > Dear all, > > I am currently using HBaseStorage to load and store data between HBase and > Pig. > I have the Pig of the newest version 0.11.1. > I worked with

the version of HBase supported by HBaseStorage

2013-04-29 Thread Weiping Qu
Dear all, I am currently using HBaseStorage to load and store data between HBase and Pig. I have the Pig of the newest version 0.11.1. I worked with hbase-0.90.6 But I found that HBaseStorage in pig 0.11.1 cannot be used for hbase with version 0.94.4 or above which is used for phoenix. The e