GithubHelp home page GithubHelp logo

jesos's Introduction

Jesos - A pure Java implementation of the Apache Mesos APIs.

  • Requires Apache Mesos 0.19.0 or later. Does not work with any earlier version of Apache Mesos.

    • Version 1.0 is built against Apache Mesos 0.20.1
    • Version 1.1 is built against Apache Mesos 0.21.0
    • Version 1.2 is built against Apache Mesos 0.21.0
    • Version 1.3 is built against Apache Mesos 0.22.0
    • Version 1.4 is built against Apache Mesos 0.22.0

    Any version will work any older version of Apache Mesos, as long as it supports the HTTP protocol (which is the 0.19.0 release and later).

  • Only works with Apache Zookeeper state management. Does not support local master (master must be zk:<host1:port1>.../<path>).

  • Does not do the SASL dance; Apache Mesos authentication is not implemented.

  • Does not do Apache Zookeeper authentication (needs ripping out zkclient to do that). There is an experimental pull request to use Apache Curator, but that is just that: experimental.

Status

  • SchedulerDriver - code completed, tested with various schedulers
  • ExecutorDriver - code completed, lightly tested
  • State Management - code completed, tests for leveldb and ZooKeeper.

TODO

  • More tests. Spin up mesos from tests and do end-to-end testing.
  • Get war stories running Marathon, Aurora, Singularity etc. on top of jesos.

Usage

  • Install using maven clean install
  • Replace usage of org.apache.mesos.MesosSchedulerDriver with com.groupon.mesos.JesosSchedulerDriver
  • Replace usage of org.apache.mesos.MesosExecutorDriver with com.groupon.mesos.JesosExecutorDriver
  • Replace usage of org.apache.mesos.state.LevelDBState with com.groupon.mesos.JLevelDBState
  • Replace usage of org.apache.mesos.state.ZooKeeperState with com.groupon.mesos.JZookeeperState
  • Profit

Copyright (C) 2014-2015, Groupon, Inc. Licensed under the Apache Software License V2 (see the LICENSE file in this folder).

Build Status

jesos's People

Contributors

hgschmie avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.