Installing ZooKeeper
- 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.
- 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.
- 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
Parent topic: Server