Zookeeper: It is probably not running

后端 未结 4 1036
我寻月下人不归
我寻月下人不归 2021-01-05 00:47

I am trying to start zookeeper on a remote virtual machine. I use this for my project regularly and I do not have any problems while starting the zookeeper. But lately when

4条回答
  •  温柔的废话
    2021-01-05 01:02

    Most probably Zookeeper server exited. If we are running it on a Linux box, use the linux commands. Some of them:

    ps -ef | grep -i zookeeper
    jps
    

    etc.

    Also, try running it in foreground

    zkServer.sh start-foreground
    

提交回复
热议问题