- Java - 1.6+
- Sbt 0.13.6
- Mesos
Please refer to this blogpost for setting up the mesos on your machine.
sbt clean assembly
java -cp target/scala-2.11/DistrubutedSystemFromScratch-assembly-1.0.jar
-Djava.library.path=$MESOS_HOME/src/.libs
com.madhukaraphatak.mesos.helloworld.DistributedShell "/bin/echo hello"