Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread N Keywal
region location, connection=org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation@49586cbd; serverName=hadoop-datanode1,60020,1345596463277* Please help me in debugging this. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Problem-Bringing-up

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
this. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Problem-Bringing-up-the-HBase-cluster-tp4019948.html Sent from the HBase - Developer mailing list archive at Nabble.com.

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Stack
On Wed, Aug 22, 2012 at 8:43 AM, Jothikumar Ekanath kbmku...@gmail.com wrote: Hi, Thanks for the response, sorry i put this email in the dev space. My data replication is 2. and yes the region and master server connectivity is good Initially i started with 4 data nodes and 1 master,

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread N Keywal
; serverName=hadoop-datanode1,60020,1345596463277* Please help me in debugging this. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Problem-Bringing-up-the-HBase-cluster-tp4019948.html Sent from the HBase - Developer mailing list archive at Nabble.com.

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
Hi Stack, Ok, i will cleanup everything and start from fresh. This time i will add one more data node so 1 hbase master and 2 regions. Zookeeper managed by hbase is started in region1. This is my configuration, i will start everything from the scratch and will see. If i get the same error, i

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Stack
On Wed, Aug 22, 2012 at 10:41 AM, Jothikumar Ekanath kbmku...@gmail.com wrote: Hi Stack, Ok, i will cleanup everything and start from fresh. This time i will add one more data node so 1 hbase master and 2 regions. Zookeeper managed by hbase is started in region1. This is my configuration, i

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
Hi Stack, For sure, hdfs is up? You can put and get files into it? I can see the namenode webapp, didn't try the file get and put part What is hbase-master and hbase-namenode? Are they supposed to be the same machine? DNS says they are? They are different nodes (VM's) configured hosts file

Re: Problem - Bringing up the HBase cluster

2012-08-22 Thread Jothikumar Ekanath
Really surprising ! All of sudden the fresh restart worked like a charm. Master initialization error is gone and i see the HMaster webapp clean and good. Thank you very much for the help. I will continue my testing by adding more data nodes and i will post if i see any errors Thanks for the