Skip to content

bharatl/distributedsystems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Java - 1.6+
  • Sbt 0.13.6
  • Mesos

Setting up mesos

Please refer to this blogpost for setting up the mesos on your machine.

Build

sbt clean assembly

Running

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" 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.0%
  • Shell 3.0%