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
Will it do if $HBASE_HOME/conf (directory containing hbase-site.xml) is in HADOOP_CLASSPATH of hadoop-env.sh file?? Regards, Raghava. On Tue, Jun 8, 2010 at 7:51 PM, Jonathan Gray wrote: > Is the directory containing hbase-site.xml in the classpath of your client? > > > -Original Message---

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 - ConnectionLoss for /hbase > > H