Binary downloads:Now i used these Commands:
1.) C:\kafka\bin\windows>zookeeper-server-start.bat
USAGE: zookeeper-server-start.bat zookeeper.properties
2.) C:\kafka>c:\kafka\bin\windows\zookeeper-server-start.bat c:\kafka\config\zookeeper.properties
The syntax of the command is incorrect.
The system cannot find the path specified.
3.) C:\kafka\bin\windows>zookeeper-server-start.bat cd.. cd.. cd config zookeeper.properties
The syntax of the command is incorrect.
The system cannot find the path specified.
4.) C:\kafka>.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
Tried in Powershell too:
PS C:\kafka> .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
The system cannot find the path specified.
Tried everything but none worked.
My zookeeper-server-start.bat is in C:\kafka\bin\windows\zookeeper-server-start.bat
My zookeeper.properties is in C:\kafka\config\zookeeper.properties