Zookeeper not starting, nohup error
问题 I have Downloaded zookeeper-3.4.5.tar.gz and after extracting it I wrote conf/zoo.cfg as tickTime=2000 dataDir=/var/zookeeper clientPort=2181 Now I tried to start zookeeper by bin/zkServer.sh start it gives mohit@mohit:~/zookeeper-3.4.5/bin$ sudo sh zkServer.sh start [sudo] password for mohit: JMX enabled by default Using config: /home/mohit/zookeeper-3.4.5/bin/../conf/zoo.cfg Starting zookeeper ... STARTED But $ echo ruok | nc localhost 2181 is not giving any output. I checked zookeeper.out,