November 2014
Beginner to intermediate
326 pages
7h 4m
English
The following is the step-by-step process to download, install, and configure ZooKeeper:
So, let's download the latest release of ZooKeeper using the following command:
wget http://apache.mirrors.lucidnetworks.net/zookeeper/stable/zookeeper-3.4.6.tar.gz
tar –xvzfzookeeper-3.4.6.tar.gz
mv zookeeper-3.4.6.tar.gz zookeeper
mv zookeeper ~/hbinaries/ cd ~/hbinaries/zookeeper/conf vim zoo.cfg
dataDir=/mnt/disk1/zookeeperData#Assuming the layout of the reader's filesystem> tickTime=2000 clientPort=2181 ...
Read now
Unlock full access