October 2018
Intermediate to advanced
248 pages
4h 46m
English
ZooKeeper provides centralized services for distributed systems. It maintains a central repository for its configuration files. The clients and the servers on the distributed system can access these files and run their processes smoothly.
Let's see how we can install ZooKeeper in our Mesos framework:
sudo yum install mesosphere-zookeeper
This will automatically install all the dependencies that ZooKeeper requires to run. Simple, isn't it?
Read now
Unlock full access