You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by hitesh1343 <hi...@gmail.com> on 2019/11/20 17:05:36 UTC

kylin is not able to connect to zookeeper

Greetings,

We are using kylin 2.3.1



In our kylin setup while I try to start the kylin, we are getting following
exception.

 

 16:23:58,531 INFO  [main] zookeeper.ZooKeeper:438 : Initiating client
connection, connectString=localhost:2181 sessionTimeout=90000
watcher=hconnection-0x352411190x0, quorum=localhost:2181, baseZNode=/hbase

2019-11-20 16:23:58,546 INFO  [main-SendThread(localhost:2181)]
zookeeper.ClientCnxn:975 : Opening socket connection to server
localhost/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL
(unknown error)

2019-11-20 16:23:58,551 WARN  [main-SendThread(localhost:2181)]
zookeeper.ClientCnxn:1102 : Session 0x0 for server null, unexpected error,
closing socket connection and attempting reconnect

java.net.ConnectException: Connection refused

       at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)

       at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)

       at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)

       at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)

 

 

how do we pass the zookeeper information to kylin, so it can connect from
that server and not from zookeeper?

--
Sent from: http://apache-kylin.74782.x6.nabble.com/