Hi,
I test cloudera-quickstart-vm-5.1.0-1-virtualbox and I want to connect with a java test and I have this error :
Reading reply sessionid:0x148cd22205500b1, packet:: clientPath:null serverPath:null finished:false header:: 49,4 replyHeader:: 49,1846,-101 request:: '/hbase/meta-region-server,F response::
hconnection-0x7407bedc-0x148cd22205500b1, quorum=VMIP, baseZNode=/hbase Unable to get data of znode /hbase/meta-region-server because node does not exist (not an error)
I use this hbase-site.xml with my client :
<configuration>
<property>
<name>hbase.zookeeper.quorum</name>
<value>VMIP</value>
</property>
<property>
<name>hbase.zookeeper.property.clientPort</name>
<value>2181</value>
</property>
<property>
<name>zookeeper.znode.parent</name>
<value>/hbase</value>
</property>
<property>
<name>zookeeper.znode.rootserver</name>
<value>root-region-server</value>
</property>
</configuration>
and i use 0.98.1-cdh5.1.0 or 0.98.1-hadoop2 for my hbase-client lib.
Have you an idea ?