You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by "Mohammed, Ashfaque" <as...@paypal.com> on 2014/04/24 22:35:57 UTC

Does Aurora support parallel scheduling of tasks DAG?

Hi,

We are planning to use Aurora with Mesos cluster and our workload consists of executing a DAG (directed acyclic graph) of tasks and the execution of the tasks will be from leaf nodes and when all the lower level dependent tasks are completed then the higher level task can be scheduled. And also the DAG of tasks is not static, it is different for every invocation of the workload.

If this is possible, would appreciate if I can get some pointers or an example similar to the above described workload.

Thanks.
Ash.