Skip to content

phatak-dev/mesos-helloworld-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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"

About

Mesos hello world in scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages