Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 459 Bytes

#Mesos hello world in scala

This repository contains code to run shell commands in a distributed manner using Apache mesos

#Building mvn clean install

#Running example $MESOS_HOME refers to the mesos installation directory. Example need access mesos.so shared library which can be found at $MESOS_HOME/src/.libs

java -cp target/Mesos-0.0.1-SNAPSHOT.jar -Djava.library.path=$MESOS_HOME/src/.libs com.madhu.mesos.DistributedShell "/bin/echo hello"