Please be aware that running in Windows is not well tested by the rest of the community as far as I know.
That error looks like hbase couldn't talk to the zookeeper quorum. Are you following a specific set of instructions for getting things started? It'll be easier to work from a common base rather then go through all the possible configuration issues that could cause an issue. On Sun, Mar 1, 2020, 00:32 PRAKASH GOPALSAMY <[email protected]> wrote: > Hi Team, > I am trying to run the hbase-2.2.3 in cygwint in windows. While running the > hbase shell, I am getting the below exception. Kindly help me to solve this > issue > > Mar 01, 2020 11:46:01 AM > org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient$ZKTask$1 exec > WARNING: 0x434c186b to localhost:2181 failed for get of /hbase/hbaseid, > code = CONNECTIONLOSS, retries = 14 > Mar 01, 2020 11:46:02 AM org.apache.zookeeper.ClientCnxn$SendThread > logStartConnect > INFO: Opening socket connection to server kubernetes.docker.internal/ > 127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown > error) > Mar 01, 2020 11:46:03 AM org.apache.zookeeper.ClientCnxn$SendThread run > WARNING: 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:361) > at > org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141) >
