mentor icon indicating copy to clipboard operation
mentor copied to clipboard

Extensible Python Framework for Apache Mesos

Results 13 mentor issues
Sort by recently updated
recently updated
newest added

We should define a couple of frameworks which would implemented via mentor. A good starting point can be already implemented ones from [here](https://github.com/dharmeshkakadia/awesome-mesos) and [here](https://github.com/parolkar/awesome-mesos-1). Write them in pure mentos...

Disable satyr, upload mentor

Hi, Not sure if this is the right place to ask this, but are there any thoughts on switching to the new http interface without protobuff? I was thinking about...

Added support for unified containerizer ## Motivation and Context New release of mesos makes this possible. Better resource isolation, executor can be reused. ## Types of changes - [ ]...

We had some connection timeouts which could be solved with this: http://kazoo.readthedocs.io/en/latest/api/retry.html in the [kazoo.client](http://kazoo.readthedocs.io/en/latest/api/client.html).

To ship global context with the pickled object, like: ``` python self.save_reduce(lambda opts: set_options(**opts), (_globals,)) ```