RE: Can Framework accept partial offers

2015-07-24 Thread Klaus Ma
I think framework will no hold 6G, because allocator will keep notify the framework for the offer; if framework did not launchTask, the un-used resource will return back to allocator and re-balance(DRF) between framework in next schedule cycle. Regards,Klaus Ma (马达), PMP® | http://www.cguru.

Re: Can Framework accept partial offers

2015-07-24 Thread Qian Zhang
I think it is Mesos allocator to offer resources and it is up to framework scheduler to accept resources in the offer or decline. 2015-07-07 8:18 GMT+08:00 Vinod Kone : > Mesos doesn't currently support the notion of requesting resources. > Resources are offered by Mesos based on a fair sharing a

Re: Build 0.23 gcc Version

2015-07-24 Thread Michael Park
Hi John, I would first suggest trying *CC="gcc" CXX="g++" ../configure*, and if that works, try to find out what *which* *cc* and *which* *c++* return and find out what they symlink to. I believe autotools uses *cc* and *c++* rather than *gcc* and *g++* by default, so I think there's probably some

Re: Build 0.23 gcc Version

2015-07-24 Thread Benjamin Hindman
Hey John, It appears that we're finding gcc 4.6.3 on your machine. Is it possible that your autotools are hard coded to look for a gcc that is not the gcc that you've installed and is on your path? At least for me I use devtoolset-2 and Software Collections (scl) and I can get my machine into fun

Build 0.23 gcc Version

2015-07-24 Thread John Omernik
I am trying to build 0.23, I got the error below. I already installed gcc-4.8 and set my alternatives to work with 4.8 as you can see gcc --version returns the right version, where is the configure script pulling that data? Are there flags I could use to help it through the process? :) John co