Re: Unable to fetch data from HBase.

2014-11-27 Thread Krishna Kalyan
m getting the > following error > > Can't get master address from ZooKeeper; znode data == null > > Any help is greatly appricated. > > Thanks & Regards > Dhamodharan Ramalingam > > > > From: Stack > To: Hbase-User > Date: 11/27/20

Re: Unable to fetch data from HBase.

2014-11-27 Thread Ted Yu
t; command from the hbase shell, I am getting the > following error > > Can't get master address from ZooKeeper; znode data == null > > Any help is greatly appricated. > > Thanks & Regards > Dhamodharan Ramalingam > > > > From: Stack > To: Hbase-

Re: Unable to fetch data from HBase.

2014-11-27 Thread dhamodharan . ramalingam
Ramalingam From: Stack To: Hbase-User Date: 11/27/2014 06:58 PM Subject: Re: Unable to fetch data from HBase. Sent by:saint@gmail.com Is the hbase server running? Is it at localhost/127.0.0.1:60020 ? You are getting connection refused... St.Ack On Thu, Nov

Re: Unable to fetch data from HBase.

2014-11-27 Thread Stack
Is the hbase server running? Is it at localhost/127.0.0.1:60020 ? You are getting connection refused... St.Ack On Thu, Nov 27, 2014 at 5:13 AM, wrote: > Hi, > > I am using Hadoop 2.5.1 and HBase 0.98.8-hadoop2 stand-alone mode, when I > use the following client side code > > public static vo

Unable to fetch data from HBase.

2014-11-27 Thread dhamodharan . ramalingam
Hi, I am using Hadoop 2.5.1 and HBase 0.98.8-hadoop2 stand-alone mode, when I use the following client side code public static void main(final String[] args) { HTableInterface table = null; try { final HBaseManager tableManager = HBaseManager.getInstance();