Zookeeper issue in setting kafka

后端 未结 10 541
盖世英雄少女心
盖世英雄少女心 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:37

    This happens because bin/windows is added to the path but kafka/config is not.
    Just navigate to your kafka folder and then try to run. I am adding screenshot if it can help.

    Before

    After

提交回复
热议问题