Re: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Raghava Mutharaju
Raghava Mutharaju [mailto:m.vijayaragh...@gmail.com] > > Sent: Tuesday, June 08, 2010 5:01 PM > > To: user@hbase.apache.org > > Subject: Re: Zookeeper exception - ConnectionLoss for /hbase > > > > Will it do if $HBASE_HOME/conf (directory containing hbase-site.xml) is

Re: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Raghava Mutharaju
Hi JG, aah, that could be the reason. Its a standalone client. I would include hbase-site.xml in the classpath and check it out. Thank you. Patrick: The server is not localhost. But the client thinks so. I modified the hbase.zookeeper.quorum property in hbase-site.xml but even then, it didn

Re: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Patrick Hunt
The client is unable to connect to the server. According to the log the client thinks that the server is at localhost:2181, is it? (check netstat -a output for example) Patrick On 06/08/2010 04:38 PM, Raghava Mutharaju wrote: Hi all, I am using HBase API to insert data into a table o

RE: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Jonathan Gray
ortly). > -Original Message- > From: Raghava Mutharaju [mailto:m.vijayaragh...@gmail.com] > Sent: Tuesday, June 08, 2010 5:01 PM > To: user@hbase.apache.org > Subject: Re: Zookeeper exception - ConnectionLoss for /hbase > > Will it do if $HBASE_HOME/conf (directory containi

Re: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Raghava Mutharaju
inal Message- > > From: Raghava Mutharaju [mailto:m.vijayaragh...@gmail.com] > > Sent: Tuesday, June 08, 2010 4:39 PM > > To: user@hbase.apache.org > > Subject: Zookeeper exception - ConnectionLoss for /hbase > > > > Hi all, > > > >I am

RE: Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Jonathan Gray
Is the directory containing hbase-site.xml in the classpath of your client? > -Original Message- > From: Raghava Mutharaju [mailto:m.vijayaragh...@gmail.com] > Sent: Tuesday, June 08, 2010 4:39 PM > To: user@hbase.apache.org > Subject: Zookeeper exception - Connection

Zookeeper exception - ConnectionLoss for /hbase

2010-06-08 Thread Raghava Mutharaju
Hi all, I am using HBase API to insert data into a table on a cluster. I am getting the following exception (full stack trace in pastebin, link given below). [java] 10/06/08 05:02:15 WARN zookeeper.ZooKeeperWrapper: Failed to create /hbase -- check quorum servers, currently=localhost:2181