wget http://archive.apache.org/dist/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz
tar zxvf zookeeper-3.4.9.tar.gz
cd zookeeper-3.4.9 cp conf/zoo_sample.cfg conf/zoo.cfg vim conf/zoo.cfg
cd bin/ ./zkServer.sh start