coolguy2024
coolguy2024

Reputation: 31

Error encountered in starting Kafka zookeeper application start script

I am seeing an error when I am starting Zookeeper service on windows using command prompt in admin mode. Can somebody assist with this error.

Running the following command in the bin folder:

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

Results in the below error:

"this file does not have an app associated with it for performing this action . Please install an app or, if one is already installed , create an association in the default apps settings page"

Upvotes: 0

Views: 338

Answers (1)

madhead
madhead

Reputation: 33392

You must use zookeeper-server-start.bat on Windows.

Upvotes: 1

Related Questions