- Requires Mesos 0.19.0 or later. Does not work with any earlier version of Mesos.
- Only works with Zookeeper state management. Does not support local master (master must be
zk:<host1:port1>.../<path>
). - Does not do the SASL dance, mesos authentication is not implemented
- Does not do Zookeeper authentication (needs ripping out zkclient to do that)
- SchedulerDriver - code completed, tested with various schedulers
- ExecutorDriver - code completed, lightly tested
- State Management - code completed, tests for leveldb and ZooKeeper.
- 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.
- Install using
maven clean install
- Replace usage of
org.apache.mesos.MesosSchedulerDriver
withcom.groupon.mesos.JesosSchedulerDriver
- Replace usage of
org.apache.mesos.MesosExecutorDriver
withcom.groupon.mesos.JesosExecutorDriver
- Replace usage of
org.apache.mesos.state.LevelDBState
withcom.groupon.mesos.JLevelDBState
- Replace usage of
org.apache.mesos.state.ZooKeeperState
withcom.groupon.mesos.JZookeeperState
- Profit
Copyright (C) 2014, Groupon, Inc. Licensed under the Apache Software License V2 (see the LICENSE file in this folder).