Skip to content

problem connection [hbase-client] zookeeper watch error: Exception: NO_NODE[-101] #72

@fadaytak

Description

@fadaytak

hi

my config :

hadoop 2.5
hbase : 0.96
zookeeper : 3.4.6

always i have the same problem

[Thu Sep 11 2014 18:11:36 GMT+0200 (CEST)] [worker:19663] [hbase-client] zookeeper watch error: Exception: NO_NODE[-101]
at ConnectionManager.onSocketData (/root/apps/node-hbase/node_modules/hbase-client/node_modules/zookeeper-watcher/node_modules/node-zookeeper-client/lib/ConnectionManager.js:570:35)
at Socket.emit (events.js:95:17)
at Socket. (stream_readable.js:764:14)
at Socket.emit (events.js:92:17)
at emitReadable
(_stream_readable.js:426:10)
at emitReadable (_stream_readable.js:422:5)
at readableAddChunk (_stream_readable.js:165:9)
at Socket.Readable.push (_stream_readable.js:127:10)
at TCP.onread (net.js:528:21)

nodefile :

var HBase = require('hbase-client');
var config = {
zookeeperHosts: [
'localhost:2181',
],
zookeeperRoot: '/zookeeper',
};

var client = HBase.create(config);

client.getRow('test', 'row1', ['cf:a'], function (err, row) {
console.log("row");
console.log(row);
console.log("err");
console.log(err);
});

any idea ? thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions