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

前端 未结 6 1355
粉色の甜心
粉色の甜心 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:33

    I got the Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain while installing 3.5.5, because I had downloaded the zookeeper .tar file and not the .bin.tar file. Downloading, untarring and using the bin.tar file fixed it for me.

提交回复
热议问题