Member since
07-22-2016
2
Posts
0
Kudos Received
0
Solutions
07-22-2016
02:49 PM
Hello, I am using virtualbox and unable to connect zookeeper from local system to virtual box and here is the error. Error 2016-07-22 18:35:47,890 WARN zookeeper.RecoverableZooKeeper - Possibly transient ZooKeeper, quorum=127.0.0.1:2181, exception=org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase-unsecure/hbaseid 2016-07-22 18:35:49,890 WARN zookeeper.ClientCnxn - Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
... View more
07-22-2016
09:25 AM
Hello All, I'm using hortonworks virtual box in window 10. I try to connect zookeeper from nutch crawler to inject URLS and failed. Further finding reveal that zookeeper port# 2181 is not visible to local window. However when I go to the virtual box the zookeeper port@ 2181 is open. I think this is port forwarding issue however not sure please guide how to approach. Thanks /Anand
... View more