I am using Mesos 0.27. I am launching a Python Daemon from spark task. Idea is that this Daemon should keep running even when the mesos framework shuts dowm. However, I am facing issues in keeping this Python Daeamon process alive. The process is getting killed as soon as Mesos framework is dying.
Regards Sumit Chawla
