Skip to content

Instantly share code, notes, and snippets.

@zhangpengGenedock
Created February 8, 2018 05:53
Show Gist options
  • Save zhangpengGenedock/8204d8439d7f27a2f6b3de2f587411dc to your computer and use it in GitHub Desktop.
Save zhangpengGenedock/8204d8439d7f27a2f6b3de2f587411dc to your computer and use it in GitHub Desktop.
install zookeeper on Ubuntu (16.04)
sudo apt-get update -y
sudo apt-get upgrade -y
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update -y
sudo apt-get install oracle-java8-installer -y
sudo java -version
sudo apt-get install zookeeperd -y
netstat -ant | grep :2181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment