Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 698 Bytes

File metadata and controls

28 lines (17 loc) · 698 Bytes

Note

This repo has been archived and is no longer under development. OpenCredo is now part of Trifork.

Hello,

This is a simple example framework accompanying a blog post that can be found here: http://www.opencredo.com/2015/02/16/write-mesos-framework/

Build

mvn clean package

This will produce the artefact: target/example-framework-1.0-SNAPSHOT-jar-with-dependencies.jar

Run

Run the jar:

java -Djava.library.path=/usr/local/lib -jar target/example-framework-1.0-SNAPSHOT-jar-with-dependencies.jar zk://localhost:2181/mesos

You'll need to point java to the mesos shared library, which is usually found in /usr/local/lib