Created
November 8, 2020 07:36
-
-
Save tonkatsu7/f997eee27802c286b9f0c84be69917c3 to your computer and use it in GitHub Desktop.
Install and start zookeeper on Ubuntu 20.04
This file contains 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
sudo apt install zookeeperd | |
sudo service zookeeper start | |
sudo service zookeeper status | |
# https://linuxconfig.org/how-to-install-and-configure-zookeeper-in-ubuntu-18-04 | |
# https://stackoverflow.com/questions/29016986/best-way-to-start-zookeeper-automatically-on-ubuntu-server-14-04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment