
Anonymous
Not applicable
2013-10-16
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hbase connectivity problem
Hi,
Using Open Studio for Big Data I am having problems connecting to Hbase.
tHBaseOutput;
Zookeeper quorum: "10.182.14.222"
Zookeeper client port: "2181"
Error Received
Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
13/10/16 10:14:06 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=10.182.14.222:2181 sessionTimeout=180000 watcher=hconnection
13/10/16 10:14:06 INFO zookeeper.ClientCnxn: Opening socket connection to server /10.182.14.222:2181
13/10/16 10:14:06 INFO zookeeper.RecoverableZooKeeper: The identifier of this process is 10384@GB009980
13/10/16 10:14:10 INFO zookeeper.ClientCnxn: Socket connection established to 10.182.14.222/10.182.14.222:2181, initiating session
13/10/16 10:14:10 INFO zookeeper.ClientCnxn: Session establishment complete on server 10.182.14.222/10.182.14.222:2181, sessionid = 0x141bb7e24a30038, negotiated timeout = 40000
13/10/16 10:14:10 ERROR zookeeper.ZooKeeperNodeTracker: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
disconnected
Job MI_Offload_2_HDFS ended at 10:14 16/10/2013.
I presume its the zookeeper setting I have set incorrectly but can nor see past server/port.
Any help appreciated.
Regards.
Using Open Studio for Big Data I am having problems connecting to Hbase.
tHBaseOutput;
Zookeeper quorum: "10.182.14.222"
Zookeeper client port: "2181"
Error Received
Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
13/10/16 10:14:06 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=10.182.14.222:2181 sessionTimeout=180000 watcher=hconnection
13/10/16 10:14:06 INFO zookeeper.ClientCnxn: Opening socket connection to server /10.182.14.222:2181
13/10/16 10:14:06 INFO zookeeper.RecoverableZooKeeper: The identifier of this process is 10384@GB009980
13/10/16 10:14:10 INFO zookeeper.ClientCnxn: Socket connection established to 10.182.14.222/10.182.14.222:2181, initiating session
13/10/16 10:14:10 INFO zookeeper.ClientCnxn: Session establishment complete on server 10.182.14.222/10.182.14.222:2181, sessionid = 0x141bb7e24a30038, negotiated timeout = 40000
13/10/16 10:14:10 ERROR zookeeper.ZooKeeperNodeTracker: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
disconnected
Job MI_Offload_2_HDFS ended at 10:14 16/10/2013.
I presume its the zookeeper setting I have set incorrectly but can nor see past server/port.
Any help appreciated.
Regards.
361 Views
4 Replies

Anonymous
Not applicable
2013-10-17
12:06 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Did you check zookeeper.znode.parent in zookeeper.znode.parent to see everything is correct? Is there any error logs for Hbase?
Make sure your Hbase DB is list in document TalendHelpCenter
upported systems and databases.
Best regards
Sabrina
Did you check zookeeper.znode.parent in zookeeper.znode.parent to see everything is correct? Is there any error logs for Hbase?
Make sure your Hbase DB is list in document TalendHelpCenter
Best regards
Sabrina
361 Views

Anonymous
Not applicable
2016-02-18
01:40 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Where can I find Zookeeper quorum as when I am trying to connect..It is saying
firstproj_ragini.hbasetest_0_1.hbasetest.main(hbasetest.java:1049)
: org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper - Possibly transient ZooKeeper, quorum=hbase:2181, exception=org.apache.zookeeper.KeeperException$OperationTimeoutException: KeeperErrorCode = OperationTimeout
: org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper - ZooKeeper exists failed after 4 attempts
: org.apache.hadoop.hbase.zookeeper.ZKUtil - hconnection-0x1a3869f40x0, quorum=hbase:2181, baseZNode=/hbase Unable to set watcher on znode (/hbase/hbaseid)
org.apache.zookeeper.KeeperException$OperationTimeoutException: KeeperErrorCode = OperationTimeout
at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.checkZk(RecoverableZooKeeper.java:145)
at
Where can I find Zookeeper quorum as when I am trying to connect..It is saying
firstproj_ragini.hbasetest_0_1.hbasetest.main(hbasetest.java:1049)
: org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper - Possibly transient ZooKeeper, quorum=hbase:2181, exception=org.apache.zookeeper.KeeperException$OperationTimeoutException: KeeperErrorCode = OperationTimeout
: org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper - ZooKeeper exists failed after 4 attempts
: org.apache.hadoop.hbase.zookeeper.ZKUtil - hconnection-0x1a3869f40x0, quorum=hbase:2181, baseZNode=/hbase Unable to set watcher on znode (/hbase/hbaseid)
org.apache.zookeeper.KeeperException$OperationTimeoutException: KeeperErrorCode = OperationTimeout
at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.checkZk(RecoverableZooKeeper.java:145)
at
361 Views

Anonymous
Not applicable
2017-02-27
11:46 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am getting the error as per below screenshot when trying to connect to HBase from Talend Open Studio
I am not sure how to set the Zoekeeper or where to add htrace-core.jar files.
Could you please help me in this??
I am getting the error as per below screenshot when trying to connect to HBase from Talend Open Studio
Could you please help me in this??
361 Views

Anonymous
Not applicable
2017-02-28
04:27 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi srkalakonda,
Have you checked the component reference about:TalendHelpCenter:tHBaseInput?
Best regards
Sabrina
Have you checked the component reference about:TalendHelpCenter:tHBaseInput?
Best regards
Sabrina
361 Views
