If you get the following exception:
$ ./zookeeper-server-start.sh ../config/zookeeper.properties
Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain
then you will have to do the following:
$ ./gradlew jar
to build the Kafka distribution and get the dependencies.
$ ./zookeeper-server-start.sh ../config/zookeeper.properties
Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain
then you will have to do the following:
$ ./gradlew jar
to build the Kafka distribution and get the dependencies.
No comments:
Post a Comment