In this section, we will work on the configuration of our resources. In the following manner, we will configure ZooKeeper connection information for Mesos, and then we will work on the ZooKeeper configuration setup on our master servers.
We completed the installation part of our project in the previous section. During the ZooKeeper configuration setup, we will define a unique ID on all the master servers and then do a mapping of ZooKeeper IDs to actual hosts before restarting ZooKeeper. Then, we will perform Mesos configurations on the master server: we will set up a quorum, then we will configure our hostname and IP address, and then we will see how to start and stop the Mesos master. Then, we will have a look at how to configure Marathon services. We will first install Java, then we will set up ZooKeeper's configuration to connect to our...