Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Bad zookeeper.znode.rootserver ?

avatar
New Contributor

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 ?

 

1 ACCEPTED SOLUTION

avatar
New Contributor

I'm sorry, I found the problem ...  it was a process bad finished with another hbase version ... 

View solution in original post

1 REPLY 1

avatar
New Contributor

I'm sorry, I found the problem ...  it was a process bad finished with another hbase version ...