Unsubscribe

2015-02-04 Thread Qiang
Unsubscribe -- Qiang Han

Difficulties building mesos-21.1-rc2 {rc1, .1 , .0}. Linux

2015-02-04 Thread Alexander Gallego
I wanted to post configuration formatted, so gisted my issue. Thank you in advance. https://gist.github.com/senior7515/bc1a03edcbbe9b7cd7bf Not sure if I should inline the question too. Tips appreciated. -ag Sincerely, Alexander Gallego

Mesos marks framework as registered successfully despite being unreachable

2015-02-04 Thread David Kesler
I've been playing around with marathon and mesos recently and I was encountering a bunch of weird, inconsistent behavior with marathon. It turns out that some overly-strict iptables rules were blocking traffic between the mesos master and the ephemeral port of the marathon framework leader

Re: Mesos marks framework as registered successfully despite being unreachable

2015-02-04 Thread Vinod Kone
On Wed, Feb 4, 2015 at 12:22 PM, David Kesler dkes...@yodle.com wrote: I've posted this as an issue in marathon's github ( https://github.com/mesosphere/marathon/issues/1140), but I also wanted to post here as it may be an issue that mesos seems to not be handling the case where it cannot

Optimal resource allocation

2015-02-04 Thread Pradeep Kiruvale
Hi All, I am new to Mesos and I have heard and read lot about it. I have few doubts regarding the resource allocation by the mesos, please help me to clarify my doubts. In a data center, if there are thousands of heterogeneous nodes (x86,arm,gpu,fpgas) then is the mesos can really allocate a

Re: Difficulties building mesos-21.1-rc2 {rc1, .1 , .0}. Linux

2015-02-04 Thread Ian Downes
What version of glog are you trying to us? It appears the CheckOpMessageBuilder class was introduced in 0.3.3 http://upstream.rosalinux.ru/compat_reports/glog/0.3.2_to_0.3.3/abi_compat_report.html On Wed, Feb 4, 2015 at 4:52 PM, Alexander Gallego agall...@rbonut.com wrote: I did a little more

Re: Difficulties building mesos-21.1-rc2 {rc1, .1 , .0}. Linux

2015-02-04 Thread Alexander Gallego
Ian, Thanks for taking a look. I am running 0.3.3 (latest i think) Sincerely, Alexander Gallego On Wed, Feb 4, 2015 at 8:09 PM, Ian Downes idow...@twitter.com wrote: What version of glog are you trying to us? It appears the CheckOpMessageBuilder class was introduced in 0.3.3

Re: Difficulties building mesos-21.1-rc2 {rc1, .1 , .0}. Linux

2015-02-04 Thread Alexander Gallego
I did a little more exploration and to be concise, this is more or less what I want (valid configuration) ./configure \ --with-gnu-ld \ --enable-static=no \ --with-gmock=/home/agallego/.bolt/gmock-1.6.0 \ --with-glog=/usr/local \ --with-zlib=/usr/local \

Re: Difficulties building mesos-21.1-rc2 {rc1, .1 , .0}. Linux

2015-02-04 Thread Alexander Gallego
In fact, I took the one from inside mesos (didn't apply the .patch file though), but other libs depend on it, that don't depend on mesos (i.e. fbthrif ) Sincerely, Alexander Gallego On Wed, Feb 4, 2015 at 8:24 PM, Alexander Gallego agall...@rbonut.com wrote: Ian, Thanks for taking a look.