Zookeeper server is failing to start in a four node kafka cluster

I was doing kafka multi node cluster setup in which three node i am using as kafka broker and one node as zookeeper server in GCP. I was trying to run Kafka on centos7 machine and when I try to start the zookeeper I am facing this weird error:
Classpath is empty. Please build the project first e.g. by running './gradlew jar -PscalaVersion=2.13.2'

Tagged:

Comments

  • @Anurag said:
    I was doing kafka multi node cluster setup in which three node i am using as kafka broker and one node as zookeeper server in GCP. I was trying to run Kafka on centos7 machine and when I try to start the zookeeper I am facing this weird error:
    Classpath is empty. Please build the project first e.g. by running './gradlew jar -PscalaVersion=2.13.2'

    Problem arises when you download and use source downloads instead of binary downloads.

Sign In or Register to comment.