What I'm saying is that if your version of HBase is 0.89.0 or greater, you need to apply the PIG-1680 patch to your pig distro (Pig 0.8.0) and rebuild.
I'm not sure what you mean by 0.70, but if you mean't Pig 0.7.0, you can try applying the patch to that version, but I'd expect you'd run into a lot of conflicts. You'd be better off to just upgrade Pig to 0.8.0 and apply the patch, or just build Pig from the trunk. On Mon, Mar 14, 2011 at 9:05 PM, sulabh choudhury <[email protected]> wrote: > Thanks Bill for the response. > Just to be sure for HBase >=0.89 only Pig-1680 would work and no other > version, even 0.70 ? > > On Mon, Mar 14, 2011 at 7:29 PM, Bill Graham <[email protected]> wrote: >> >> What version of Pig and what version of HBase? If HBase >= 0.89.0 >> you'll need PIG-1680: >> >> https://issues.apache.org/jira/browse/PIG-1680 >> >> On Mon, Mar 14, 2011 at 5:52 PM, SULABH <[email protected]> wrote: >> > Hi, >> > >> > I am trying to extract data stored in HBase using Pig. >> > I got Pig to work on Hadoop and then also ran a sample M/R job and got >> > correct results. >> > Now when I try to access HBase using the HbaseStorage the compiler just >> > hangs after >> > 2011-03-14 17:38:23,981 [Thread-4-SendThread] INFO >> > org.apache.zookeeper.ClientCnxn - Server connection successful >> > Even after waiting for several minutes it just remains there. There is >> > no >> > information in the log files too. >> > >> > Please help! >> > > > > > >
