RE: Custom python executor with Docker

2015-08-07 Thread Kapil Malik
s) and still get benefits of a standard way to manage docker containers. Btw, thanks for the meaningful discussion below, it is very helpful. Thanks and regards, Kapil Malik | kma...@adobe.com<mailto:kma...@adobe.com> | 33430 / 8800836581 From: James DeFelice [mailto:james.defel...@gmail.c

Custom docker executor

2015-08-08 Thread Kapil Malik
ithub.com/apache/mesos/blob/master/src/docker/executor.cpp as a starting point? Can I access it in Java? This way I will be concerned only with my custom logic (pre/post steps) and still get benefits of a standard way to manage docker containers. Thanks and regards, Kapil Malik | kma...@adob

RE: Custom docker executor

2015-08-08 Thread Kapil Malik
? Are they available as plugins / extensions on mesos or docker? @Mike Michel, thank you for the powerstrip<https://github.com/ClusterHQ/powerstrip> link. Looks quite useful, will go through it in detail and see whether it can serve some of our requirements. Thanks and regards, Kapil

RE: Custom docker executor

2015-08-08 Thread Kapil Malik
it registered with mesos was still alive. Since my API server deals only with chronos / marathon, it had no way to identify and cleanup the spark framework registered by the docker. Tim On Sat, Aug 8, 2015 at 3:45 AM, Kapil Malik mailto:kma...@adobe.com>> wrote: Hi Tim, Thank you f