Apache Kafka error on windows - Couldnot find or load main class QuorumPeerMain

后端 未结 14 806
盖世英雄少女心
盖世英雄少女心 2020-12-05 07:47

I just downloaded Kafka 2.8.0 from Apache website, and I am trying to setup using the instructions given on the website. But when I try to start zookeper server, I am gettin

14条回答
  •  春和景丽
    2020-12-05 08:26

    I used to meet the issue by running below cmd via git bash tool.

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

    Solution: I switched to cygwin tool (http://cygwin.com/) to run the same cmd and I did not see the issue any more.

提交回复
热议问题