Starting Zookeeper Cluster. Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain

前端 未结 6 1248
粉色の甜心
粉色の甜心 2021-02-04 03:11

(I\'m running on CentOS 5.8). I\'ve been following the direction for a Clustered (Multiserver) Zookeeper Set-up, but getting an error when I try to start up my server. When I ru

6条回答
  •  逝去的感伤
    2021-02-04 03:34

    The issue can be solved by untaring apache-zookeeper-3.5.6-bin.tar.gz. Initially, I encountered the same error while untared/installed apache-zookeeper-3.5.6.tar.gz and executed /bin/zkServer.sh start

    Please make sure you have downloaded apache-zookeeper-3.5.6-bin.tar.gz

提交回复
热议问题