Re: Mesos Python Daemon Launch

2017-07-20 Thread Timothy Chen
Are you using Docker containerizer or? Tim On Thu, Jul 20, 2017 at 10:50 PM, Chawla,Sumit wrote: > Any clue on this one? > > The python daemon is getting launched in different session and process > group. Not sure why its getting killed when the mesos slave is

Re: Mesos Python Daemon Launch

2017-07-20 Thread Chawla,Sumit
Any clue on this one? The python daemon is getting launched in different session and process group. Not sure why its getting killed when the mesos slave is terminating the framework. Regards Sumit Chawla On Wed, Jul 19, 2017 at 4:24 PM, Chawla,Sumit wrote: > I am

How to launch a framework via Mesos REST API

2017-07-20 Thread Wenzhao Zhang
Hi, Everyone: I'm wondering how to launch a framework (e.g. a docker app) via Mesos' REST API? I just checked all the HTTP endpoints . But don't see anything helpful. The reason for this question is that, I've tried Marathon