Re: Force Allocator to provide all available offers to a framework

2016-06-02 Thread Guangya Liu
Yes, it is suggested to use dynamic reservation or persistent volume, please refer to https://issues.apache.org/jira/browse/MESOS-4616 for detail. Thanks, Guangya On Thu, Jun 2, 2016 at 9:33 PM, haosdent wrote: > >How do I prevent the allocator from reducing the length of offers or is > there

Mesos 0.24.1 on Raspberry Pi 3

2016-06-02 Thread Andrew Spyker
FYI, based on the work others have done in the past, Netflix was able to get Mesos agent building and running on Raspberry Pi natively and under Docker containers. Please see this blog for the information: bit.ly/TitusOnPi -- Andrew Spyker (aspy...@netflix.com) Twitter: @aspyker Blog: ispyke

Re: Force Allocator to provide all available offers to a framework

2016-06-02 Thread haosdent
>How do I prevent the allocator from reducing the length of offers or is there any way I can obtain the list of all available offers before the allocator sends them to the framework? As I know, mesos didn't provide these. But I think you may try ( dynamic-reservation)[ https://github.com/apache/me