Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10905

Could not start zookeeper for kafka on windows

$
0
0

I have the following folder structure:

enter image description here

from C:\Program Files\kafka\kafka_2.11-0.11.0.0 frolder I try to execute following command:

bin\windows\zookeeper-server-start.bat config\zookeeper.properties

and it reponds with following message:

'C:\Program' is not recognized as an internal or external command,operable program or batch file.

I tried to use several another variants but I still see errors:

C:\Program Files\kafka\kafka_2.11-0.11.0.0>bin\windows\zookeeper-server-start.batUSAGE: bin\windows\zookeeper-server-start.bat zookeeper.properties

C:\Program Files\kafka\kafka_2.11-0.11.0.0>bin\windows\zookeeper-server-start.bat C:\Program Files\kafka\kafka_2.11-0.11.0.0\config\zookeeper.properties'C:\Program' is not recognized as an internal or external command,operable program or batch file.

C:\Program Files\kafka\kafka_2.11-0.11.0.0>bin\windows\zookeeper-server-start.bat 'C:\Program Files\kafka\kafka_2.11-0.11.0.0\config\zookeeper.properties''C:\Program' is not recognized as an internal or external command,operable program or batch file.

What do I wrong?


Viewing all articles
Browse latest Browse all 10905

Trending Articles