Can you explain what your motivations are and what your new custom executor will do?
Tim On Tue, Jul 28, 2015 at 5:08 AM, Aaron Carey <[email protected]> wrote: > Hi, > > Is it possible to build a custom executor which is not associated with a > particular scheduler framework? I want to be able to write a custom > executor which is available to multiple schedulers (eg Marathon, Chronos > and our own custom scheduler). Is this possible? I couldn't quite figure > out the best way to go about this from the docs? Is it possible to mix and > match languages for schedulers and executors? (ie one is python one is C++) > > Thanks, > Aaron >

