Re: reading/writing HBase in Pig

2010-01-25 Thread Alan Gates
On Jan 18, 2010, at 10:14 PM, Michael Dalton wrote: I took a look at the load-store branch and that definitely seems like the right place to do this. So the right thing to do would be to just open up a JIRA and then post a patch against the load-store rewrite tree, correct? Yes. You

Re: reading/writing HBase in Pig

2010-01-25 Thread Jeff Zhang
The Pig-1200 only support using InputFormat now, the other features: load row key and store to hbase has not been supported, I will continue the remaining work. On Mon, Jan 25, 2010 at 11:13 AM, Alan Gates ga...@yahoo-inc.com wrote: On Jan 18, 2010, at 10:14 PM, Michael Dalton wrote: I

Re: reading/writing HBase in Pig

2010-01-18 Thread Michael Dalton
I took a look at the load-store branch and that definitely seems like the right place to do this. So the right thing to do would be to just open up a JIRA and then post a patch against the load-store rewrite tree, correct? Also, it seems to be that there's no existing support for row keys, which

reading/writing HBase in Pig

2010-01-14 Thread Michael Dalton
Hi all, I was looking at the current Pig code in SVN, and it seems like HBase is supported for loading, but not for storing. If this is the case, I'd like to add support for writing to HBase to Pig. Is there anyone else working on this, and if not is this something that you'd like contributed?

Re: reading/writing HBase in Pig

2010-01-14 Thread Dmitriy Ryaboy
Hi Mike, It would be great to have a StoreFunc for HBase! There is a rewrite underway for the Load/Store stuff that will make that a lot easier -- see https://issues.apache.org/jira/browse/PIG-966 . You may want to consider writing it for the load-store redesign branch. This is what's probably