Zookeeper issue in setting kafka

后端 未结 10 625
盖世英雄少女心
盖世英雄少女心 2021-01-11 14:00

To install kafka , I downloaded the kafka tar folder. To start the server I tried this command :

bin/zookeeper-server-start.sh config/zookeeper.properties
<         


        
10条回答
  •  不要未来只要你来
    2021-01-11 14:25

    This is basically because of this
    java.lang.IllegalArgumentException: config/zookeeper.properties file is missing

    it would be really useful if you could share what exactly have you done so far. Also check if the same file exists at the said location and you are running the command from the correct location .. it is supposed to be run from your $KAFKA_HOME folder (where you've extracted the tar file)

提交回复
热议问题