Re: How pig get hadoop and hbase configuration?

2012-06-13 Thread Mohammad Tariq
Hello, Copy the hadoop-core-*.jar from your hadoop folder to the hbase/lib folder.Also copy commons-configuration-1.6.jar from hadoop/lib folder to hbase/lib folder...Some times due to incompatible jars this may happen..do it and see if it works for you. Regards,     Mohammad Tariq On Wed,

Re: Re: How pig get hadoop and hbase configuration?

2012-06-13 Thread Mohammad Tariq
HBase is able to connect to ZooKeeper but the connection closes immediately. - This error means that your HMaster is not able to talk to your Namenode. Regards,     Mohammad Tariq On Wed, Jun 13, 2012 at 1:12 PM, lulynn_2008 lulynn_2...@163.com wrote: Hello, hadoop-core-*.jar and

Re: Re: How pig get hadoop and hbase configuration?

2012-06-13 Thread Mohammad Tariq
Could you send me your hadoop and hbase config files??? Regards,     Mohammad Tariq On Wed, Jun 13, 2012 at 1:18 PM, Mohammad Tariq donta...@gmail.com wrote: HBase is able to connect to ZooKeeper but the connection closes immediately. - This error means that your HMaster is not able to talk

Re:Re: Re: How pig get hadoop and hbase configuration?

2012-06-13 Thread lulynn_2008
I found that there is no hbase configuration in tasktracker classpath. After we add hbase conf directory into tasktracker hadoop classpath, the test case passed. But I think the hbase configuration should be passed by jobtracker node, and I can find correct hbase configuration in jobtracker

Re: Re: Re: How pig get hadoop and hbase configuration?

2012-06-13 Thread shashwat shriparv
You need to connect hbase to hadoop not hadoop to hbase On Wed, Jun 13, 2012 at 2:45 PM, lulynn_2008 lulynn_2...@163.com wrote: I found that there is no hbase configuration in tasktracker classpath. After we add hbase conf directory into tasktracker hadoop classpath, the test case