Jun Feng Liu is out of the office

2015-09-03 Thread Jun Feng Liu
I will be out of the office starting 2015/09/04 and will not return until 2015/09/07. I will be out of the office and will not return until 2015-Stp-7. I may not reply mail in time during these days.

Re: [VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-03 Thread Niklas Nielsen
+1 - tested on our CI On Tuesday, September 1, 2015, Vinod Kone wrote: > Hi all, > > > Please vote on releasing the following candidate as Apache Mesos 0.24.0. > > > 0.24.0 includes the following: > > > > > Experime

Re: API client libraries

2015-09-03 Thread Ondrej Smola
I could also help with reference implementation (be it Go, Java, Scala/Akka or Python - i prefer Go as large part of our infrastructure is written in Go). In my opinion, externalizing client libraries is good way to go - leave Mesos as core C++ project and move Java and Python clients to separate

Re: API client libraries

2015-09-03 Thread Steven Schlansker
As a Mesos user who wants to be more of a contributor but hates C++, I could volunteer to help work with the Java reference implementation. I totally understand wanting to keep the various client libraries out of the Mesos release cycle and somewhat independent. Maybe a model where the clients

Re: Running Hbase on Mesos

2015-09-03 Thread haosdent
I also find the adobe slide. http://www.slideshare.net/clehene/elastic-hbase-on-mesos Do you also send this message to hbase user email list, maybe some user there would have more details about hbase on mesos. On Thu, Sep 3, 2015 at 9:15 PM, Dvorkin-Contractor, Eugene (CORP) < eugene.dvorkin-contr

Re: How does mesos determine how much memory on a node is available for offer?

2015-09-03 Thread Klaus Ma
Yes; if totalMemory > 2G, report totalMemory - 1G; otherwise, report totalMemory/2. On 2015年09月03日 20:11, Alex Rukletsov wrote: Mesos agent (aka slave) estimates the memory available and advertises all of it minus 1GB. If there is less than 2GB available, only half is advertised [1]. [1]: h

Re: How does mesos determine how much memory on a node is available for offer?

2015-09-03 Thread Alex Rukletsov
Mesos agent (aka slave) estimates the memory available and advertises all of it minus 1GB. If there is less than 2GB available, only half is advertised [1]. [1]: https://github.com/apache/mesos/blob/master/src/slave/containerizer/containerizer.cpp#L98 On Thu, Sep 3, 2015 at 4:01 AM, Anand Mazumda

Re: Changing advertised slave port in mesos UI

2015-09-03 Thread haosdent
Does "--port" not satisfy your requirements? If you want to use nginx to reverse porxy http requests, this port is also support. On Thu, Sep 3, 2015 at 6:19 PM, Eren Güven wrote: > Hello, > > is it possible to have mesos-slaves report a separate port for mesos UI > independent of the slave `--po

Changing advertised slave port in mesos UI

2015-09-03 Thread Eren Güven
Hello, is it possible to have mesos-slaves report a separate port for mesos UI independent of the slave `--port` configuration? This would make reverse-proxying more flexible. Appending a port to /etc/mesos-slave/hostname does not work as slave port still gets appended. Cheers Eren