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

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

    I also get this error when try to run Apache Zookeper v3.5.5 on Windows:

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

    As said by @Onnonymous, I finish my problem by downloading the .bin.tar.gz (here) instead of .tar.gz version.

提交回复
热议问题