Hi,

I am trying to access zookeeper when using hbase in local mode (with the help of HBaseClusterTestCase).
My code is
1) instantiating a connection with Zookeeper,
2) creating a root node (/root), and
3) creating a ephemeral child node.

The first two steps are working (no errors or exceptions) but I get the following error during the third step:

Keeper exception when instantiating queue: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /root

Is this error normal ? (I am using HBase 0.20.0 release)

Thanks
--
Renaud Delbru

Reply via email to