ZooKeeper

Installation & Configuration

Getting Started: Guide 3.4.14

Current stable location: http://apache.cs.utah.edu/zookeeper/stable (3.4.14 tarball)

Stand-alone config example (/etc/zookeeper/zoo.cfg):

tickTime=2000
dataDir=/var/lib/zookeeper
clientPort=2181

Arrange /var/lib/zookeeper as storage and working-directory for service:

Install contents of tarball at /usr/zookeeper-X.Y.Z, with link at /usr/zookeeper

Install rc.zookeeper at ~bluejay/bin


Links: techmain