Rate This Document
Findability
Accuracy
Completeness
Readability

Installing ZooKeeper

  1. Copy all files in the /home/apache-zookeeper-3.6.3/zookeeper-client/zookeeper-client-c/target/c/include/zookeeper directory of the compilation server to /usr/include.
  2. Copy all files in the /home/apache-zookeeper-3.6.3/zookeeper-client/zookeeper-client-c/target/c/lib/ directory of the compilation server to /usr/lib64.
  3. Download the apache-zookeeper-3.6.3-bin.tar.gz package to the /opt directory and decompress it.
    1
    2
    tar -zxvf apache-zookeeper-3.6.3-bin.tar.gz
    cp -rf /opt/apache-zookeeper-3.6.3-bin /opt/apache-zookeeper-3.6.3-bin-bcm