brew update
brew install mesos
/usr/local/Cellar/mesos/1.6.1/sbin/mesos-master --registry=in_memory --ip=127.0.0.1
mkdir temp
cd temp
MESOS_WORK_DIR=. /usr/local/Cellar/mesos/1.6.1/sbin/mesos-slave --master=127.0.0.1:5050
Created
March 12, 2019 02:24
-
-
Save javierluraschi/cc629e418a8c46cf6d623cd96bb665c7 to your computer and use it in GitHub Desktop.
Install Mesos in OS X
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment