Hi all,
What should I look (in order to resolve it) for when I see this error? I have my HBase install configured to connect to a local zookeeper instance that I started with "zkServer.sh start"

Hbase is setup with HBASE_MANAGES_ZK=false

I have the HBASE_CLASSPATH pointing to my zookeeper/conf/zoo.cfg file.

Hbase cluster distributed = true
<name>hbase.cluster.distributed</name>
    <value>true</value>



09/10/20 09:06:28 DEBUG client.HConnectionManager$ClientZKWatcher: Got ZooKeeper event, state: SyncConnected, type: None, path: null 09/10/20 09:06:28 DEBUG zookeeper.ZooKeeperWrapper: Read ZNode /hbase/ master got 10.22.4.54:60000 2009-10-20 09:06:28,902 - WARN [ProcessThread:-1:preprequestproces...@402] - Got exception when processing sessionid:0x124727a26c50002 type:create cxid:0x2 zxid: 0xfffffffffffffffe txntype:unknown n/a org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists at org .apache .zookeeper .server.PrepRequestProcessor.pRequest(PrepRequestProcessor.java:245) at org .apache .zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java: 114) 09/10/20 09:06:28 DEBUG zookeeper.ZooKeeperWrapper: Read ZNode /hbase/ root-region-server got 10.22.4.54:60020

Reply via email to