Resource allocation module

2015-03-18 Thread Gidon Gershinsky
We need to develop a new resource allocation module, replacing the off-the-shelf DRF. As I understand, the current mechanism http://mesos.apache.org/documentation/latest/allocation-module/ is being replaced with a less intrusive module architecture, https://issues.apache.org/jira/browse/MESOS

Re: Resource allocation module

2015-03-18 Thread Alex Rukletsov
may want to look at the Allocator interface and check the DRF implementation for more details. —Alex On Wed, Mar 18, 2015 at 7:05 AM, Gidon Gershinsky gi...@il.ibm.com wrote: We need to develop a new resource allocation module, replacing the off-the-shelf DRF. As I understand, the current