Closed deric closed 8 years ago
Latest Mesoshpere packages (at least on Debian 8) automatically enables both mesos-master and mesos-slave services:
mesos-master
mesos-slave
# systemctl list-units | grep mesos mesos-master.service loaded active running Mesos Master mesos-slave.service loaded active running Mesos Slave
Although someone might want to run master & slave at the same machine, it's probably not very common setup.
Experimental implementation in 2b07b2b6240bbf6792d7a7585c90d371980b4902.
Released in v0.8.0.
Latest Mesoshpere packages (at least on Debian 8) automatically enables both
mesos-master
andmesos-slave
services:Although someone might want to run master & slave at the same machine, it's probably not very common setup.