Small correction:
In fact,  the error occurs during the second step, not the third one.
--
Renaud Delbru

On 20/10/09 15:33, Renaud Delbru wrote:
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

Reply via email to