You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Olaf Magnetic <ol...@magnetic.io> on 2015/10/05 17:43:50 UTC

Re: Scheduling tasks based on dependancy

Hi Pradeep,

Our opensource framework VAMP (www.vamp.io) might help you. It's possible to define entire topologies of services, and has drivers to run on mesos/marathon. 

Network bandwidth detection is not a current feature, but as our system is modular and open all kinds of metrics and actions/workflows can be monitored for and acted upon. We use elastic search as the data store.

Let me know if I can do anything else for you!

Best, Olaf 


> On 05 Oct 2015, at 17:21, Pradeep Kiruvale <pr...@gmail.com> wrote:
> 
> Hi All,
> 
> Are there any frameworks that exists with the Mesos to schedule the bigger apps?
> I mean to say scheduling a app which has many services and will not fit into one physical node.
> 
> Is there any frame work that can be used to
>  schedule tasks based on the underlying hardware constraints like Network bandwidth ?
>  Schedule the tasks based on their dependencies and proximity to each other in a cluster or a rack?
> 
> Thanks & Regards,
> Pradeep