Skip to main content

Posts

Showing posts with the label $HOOK_MARATHON_START

Mesos | Master | Agent | Zookeeper | Installation and Troubleshoot for Cent OS

Get RPM from the Mesosphere site: Get URL for repository from - Mesosphere Package Repositories Download MESOS version specific rpm from - https://open.mesosphere.com/downloads/mesos/#apache-mesos-1.9.0 Install MESOS fo RHEL / Cent OS: Add the repository for MESOSPHERE: # rpm -Uvh http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-3.noarch.rpm It will install most recent package of MESOSPHERE, which can install mesosphere (master and agent), marathon, and zookeeper. Install mesosphere: # yum install --enablerepo=mesosphere mesos Check mesos installation: # yum list installed | grep mesos mesos.x86_64 1.9.0-2.0.1.el7 @mesosphere mesosphere-el-repo.noarch 7-3 installed Install marathon: # yum install --enablerepo=mesosphere marathon Check marathon installation: # yum list installed | grep marathon marathon.noarch 1.9.109-1.el7 @mesosphere-noarch Install zookeeper: # yum install mesosphere-zookeeper Check zookeeper installation: # yum list installed | grep zoo* mes...