zookeeper job from hadoop/1
Github source:
c1538147 or
master branch
Properties¶
zookeeper¶
client_port¶Port at which the clients will connect to Zookeeper
- Default
2181
data_dir¶Data directory path
- Default
/var/vcap/store/zookeeper
leader_election_port¶Zookeeper Client leader election number
- Default
3888
quorum_port¶Zookeeper Client quorum number
- Default
2888
servers¶List of all zookeeper server host IP/hostnames
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/zookeeper/ directory
(learn more).
bin/zookeeper_ctl(frombin/zookeeper_ctl)config/configuration.xsl(fromconfig/configuration.xsl)config/log4j.properties(fromconfig/log4j.properties)config/myid(fromconfig/myid.erb)config/zoo.cfg(fromconfig/zoo.cfg.erb)data/properties.sh(fromdata/properties.sh.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.