A pure python implementation of Mesos scheduler and executor


Keywords
mesos, mesos-client, python
License
BSD-3-Clause
Install
pip install pymesos==0.3.15

Documentation

PyMesos

image

image

A pure python implementation of Apache Mesos scheduler, executor and operator.

Note:

If you encounter errors when install zkpython, please do suto apt install python-dev libzookeeper-st-dev libzookeeper-mt-dev first.

Since PyMesos 0.2.0, Apache Mesos HTTP API is implemented instead of the Protobuf API.

Users of PyMesos would be able to get rid of the unnecessary dependence of Protobuf.

Meanwhile, PyMesos user need to migrate original code to use plain Python dicts instead of Protobuf objects to use PyMesos >= 0.2.0.

For more detail, please refer to Scheduler HTTP API Document , Executor HTTP API Document and Operator HTTP API Document