Skip to content

Instantly share code, notes, and snippets.

@neerajgoel82
Last active June 23, 2017 04:28
Show Gist options
  • Save neerajgoel82/fe52e58e5332679b41dae87bf05ed408 to your computer and use it in GitHub Desktop.
Save neerajgoel82/fe52e58e5332679b41dae87bf05ed408 to your computer and use it in GitHub Desktop.
cd ~/zookeeper/bin
//To start zookeeper server
./zkServer start
//To start zookeeper client
./zkCli.sh
If it is installed on mac using brew, then just write zkServer start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment