All Projects → opencredo → mesos_framework_demo

opencredo / mesos_framework_demo

Licence: MIT license
A sample Mesos framework

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mesos framework demo

tornado-analytics
opencredo.com/blogs/building-a-google-analytics-dashboard-with-python3-tornado/
Stars: ✭ 19 (+0%)
Mutual labels:  blog-article
Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+39010.53%)
Mutual labels:  blog-article
ReactCalculator
A React Native tutorial where you'll write a calculator app for Android and iOS.
Stars: ✭ 75 (+294.74%)
Mutual labels:  blog-article
blog
个人博客
Stars: ✭ 20 (+5.26%)
Mutual labels:  blog-article
blueshoes-kotlin-android
Projeto Kotlin Android - construção de um mobile-commerce chamado BlueShoes.
Stars: ✭ 46 (+142.11%)
Mutual labels:  blog-article
akka-java8-examples
Simple examples of using Akka Java 8 interface
Stars: ✭ 17 (-10.53%)
Mutual labels:  blog-article
guozeyu.com
我的网站文章的原始数据与历史
Stars: ✭ 17 (-10.53%)
Mutual labels:  blog-article
CQRSAndMediator-Microservice
A microservice architecture template which implements the CQRS and Mediator patterns
Stars: ✭ 86 (+352.63%)
Mutual labels:  blog-article

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].