Skip to content

Instantly share code, notes, and snippets.

@ondrej-kvasnovsky
Created September 25, 2014 17:13
Show Gist options
  • Save ondrej-kvasnovsky/2867e8b624669bee7802 to your computer and use it in GitHub Desktop.
Save ondrej-kvasnovsky/2867e8b624669bee7802 to your computer and use it in GitHub Desktop.
ZooKeeper commands
# Start server
zkServer.sh start
# Connect to server
zkCli.sh -server 127.0.0.1:2181
# Connect to server with authentification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment