User Tools

Site Tools


tech:zookeeper:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech:zookeeper:start [2019/05/14 22:39]
rk4n3
tech:zookeeper:start [2019/05/14 22:51] (current)
rk4n3
Line 2: Line 2:
 ====== Installation & Configuration ====== ====== Installation & Configuration ======
  
-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)]]+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''​):<​code>​
 +tickTime=2000
 +dataDir=/​var/​lib/​zookeeper
 +clientPort=2181
 +</​code>​
 +
 +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''​ \\
  
  \\  \\
tech/zookeeper/start.1557891579.txt.gz ยท Last modified: 2019/05/14 22:39 by rk4n3