Skip to content

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 (from bin/zookeeper_ctl)
  • config/configuration.xsl (from config/configuration.xsl)
  • config/log4j.properties (from config/log4j.properties)
  • config/myid (from config/myid.erb)
  • config/zoo.cfg (from config/zoo.cfg.erb)
  • data/properties.sh (from data/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.