ZooKeeper
====== Installation & Configuration ======
Getting Started: [[https://zookeeper.apache.org/doc/r3.4.14/zookeeperStarted.html|Guide 3.4.14]] \\
Current stable location: [[http://apache.cs.utah.edu/zookeeper/stable]] [[http://apache.cs.utah.edu/zookeeper/stable/zookeeper-3.4.14.tar.gz|(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:
* ''d /var/lib/zookeeper 2770 bluejay bluejay -'' in ''/etc/tmpfiles.d/var.conf''
* Logical volume created with mount entry in ''fstab''
Install contents of tarball at ''/usr/zookeeper-X.Y.Z'', with link at ''/usr/zookeeper'' \\
Install ''rc.zookeeper'' at ''~bluejay/bin'' \\
\\
//Links: [[tech:start|tech]] ... [[:start|main]]// \\