Skip to content

metagenomics/Mesos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Circle CI

Mesos Scheduler

Usage

For code examples, please look at our Test cases.

Install Maven dependency

Click on the above jitpack button for an installation description of the current Maven Mesos artifact.

Run Unit Tests

Example with local Mesos installation and one slave

  1. Install Mesos: http://mesos.apache.org/gettingstarted/

  2. Start Mesos Master

sudo nohup mesos-master --ip=127.0.0.1  --work_dir=/tmp --log_dir=/tmp > mesos-master.log 2>&1 &
  1. Start Mesos Slave
sudo nohup mesos-slave --master=127.0.0.1:5050  --containerizers=mesos,docker > mesos-slave.log 2>&1 &
  1. Run Maven Tests
sudo mvn clean compile test
Optional: Test Configuration

You can configure the test in this property file.

About

Mesos Scheduler Implementations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%