Skip to content

kn/mesos_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Mesos Tutorial

Install mesos

Follow this instruction. If you are on OSX 10.9 (Maverick), you need to download gcc47 before compiling mesos. And compile mesos with gcc.

brew install gcc47
cd path/to/mesos
mkdir build
cd build
CC=gcc-4.7 CXX=g++-4.7 ../configure

Run mesos locally

Run master:

./path/to/bin/mesos-master.sh

Run slave:

./path/to/bin/mesos-slave.sh --master=localhost:5050

Run hadoop on mesos

Follow this instruction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published