Created
September 25, 2014 17:13
-
-
Save ondrej-kvasnovsky/2867e8b624669bee7802 to your computer and use it in GitHub Desktop.
ZooKeeper commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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