Task revocation (preemption) in Mesos

2015-02-24 Thread dev middleware
Hi, I'm new to Mesos technology. Browsing thru the documentation, I couldn't find how a running task can be killed by Mesos master (/ its pluggable resource allocation module), or by a framework on top of Mesos. Is it possible with current Mesos tools, or a task stops only when it is finished? If

Re: Task revocation (preemption) in Mesos

2015-02-24 Thread dev middleware
another framework. On Tue, Feb 24, 2015 at 6:19 PM, Vinod Kone vinodk...@gmail.com wrote: There's a killTask() call frameworks can use. @vinodkone On Feb 24, 2015, at 7:42 AM, dev middleware dev.middlew...@gmail.com wrote: Hi, I'm new to Mesos technology. Browsing thru the documentation