Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created November 8, 2020 07:36
Show Gist options
  • Save tonkatsu7/f997eee27802c286b9f0c84be69917c3 to your computer and use it in GitHub Desktop.
Save tonkatsu7/f997eee27802c286b9f0c84be69917c3 to your computer and use it in GitHub Desktop.
Install and start zookeeper on Ubuntu 20.04
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