Skip to content

Instantly share code, notes, and snippets.

@javierluraschi
Created March 12, 2019 02:24
Show Gist options
  • Save javierluraschi/cc629e418a8c46cf6d623cd96bb665c7 to your computer and use it in GitHub Desktop.
Save javierluraschi/cc629e418a8c46cf6d623cd96bb665c7 to your computer and use it in GitHub Desktop.
Install Mesos in OS X
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment