Skip to content

lumengxi/mesos-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesos Playground

This project demonstrates how to develop Mesos frameworks in Scala.

Usage

First, you need a Mesos cluster to run this demo project.

To run it locally, navigate into the vagrant directory and start a local single-node Mesos environment (go to 10.141.141.10:5050 to make sure Mesos is running correctly).

> vagrant up

To run this in an actual Mesos cluster, you will need to change the master URL in the resources/application.conf.

Then you could either do ./sbt assembly to package and run this project as a jar or simply vagrant ssh to the Mesos VM, and do ./sbt run.

Happy hacking!

Acknowledgement

About

Demo project to show how to develop Mesos framework in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published