Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
0.1.0
-
None
Description
Instructions to start the single node zookeeper and use it with Ambari controller..
1. Download zookeeper binary release.
2. Change the data directory in conf/zoo.conf (make sure directory pre-exists) See below the sample parameters in zoo.conf
3. goto install root and start zookeeper bin/zkServer.sh start (it should start the zk on default port)
4. Start the AMbari controller, it will connect to zk on default port.
=== zoo.cfg ===
- The number of milliseconds of each tick
tickTime=2000 - The number of ticks that the initial
- synchronization phase can take
initLimit=10 - The number of ticks that can pass between
- sending a request and getting an acknowledgement
syncLimit=5 - the directory where the snapshot is stored.
dataDir=/Users/vgogate/sandbox/ambari_zoo_data - the port at which the clients will connect
clientPort=2181