Re: Mesos logo assets

2015-09-04 Thread haosdent
I found these one from google: https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/techstacks/apache-mesos-logo.png https://upload.wikimedia.org/wikipedia/en/0/0d/Apache-Mesos-logo.jpg http://photos1.meetupstatic.com/photos/event/3/b/7/6/600_397695222.jpeg On Sat, Sep 5, 20

Mesos logo assets

2015-09-04 Thread Ryuichi Okumura
Hi there, I'm looking for official Mesos logo, but I can't find it. Do you know anyone it in place if anywhere? It would be nice if it's a high resolution format and a free license like Creative Common. Thanks! Ryuichi

Re: Basic installation question

2015-09-04 Thread Stephen Boesch
I installed using yum -y install mesos. That did work. Now the master and slaves do not see each other. Here is the master: $ ps -ef | grep mesos | grep -v grep stack30236 17902 0 00:09 pts/400:00:04 /mnt/mesos/build/src/.libs/lt-mesos-master --work_dir=/tmp/mesos --ip=10.xx.xx.124 He

[RESULT][VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-04 Thread Vinod Kone
Hi all, The vote for Mesos 0.24.0 (rc2) has passed with the following votes. +1 (Binding) -- Niklas Nielsen Bernd Mathiske Yan Xu +1 (Non-binding) -- Marco Massenzio There were no 0 or -1 votes. Please find the release at: ht

Re: Basic installation question

2015-09-04 Thread craig w
No problem, they have a "downloads" link inn their menu: https://mesosphere.com/downloads/ On Sep 4, 2015 5:43 PM, "Stephen Boesch" wrote: > @Craig . That is an incomplete answer - given that such links are not > presented in an obvious manner . Maybe you managed to find a link on > their site

Re: Basic installation question

2015-09-04 Thread Stephen Boesch
Thanks Marco, Your prior email was on-target: i was pointing to the $mesos/bin not $mesos/build/bin. I am moving forward now to next steps. Thanks also for the links to the downloads: our automated VM installs will likely want to use those. 2015-09-04 14:51 GMT-07:00 Marco Massenzio : >

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
argh - sorry! ${MESOS_HOME}/build/bin (I'd mixed the two around) *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com * On Fri, Sep 4, 2015 at 2:39 PM, Marco Massenzio wrote: > I think you are looking into the wrong bin/ folder (the one under > top-level m

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
Hey Stephen, the Mesos packages for download from Mesosphere are available here: https://mesosphere.com/downloads/ (for Mesos, just click on the Getting Started button - sorry, no direct URL - it will show the steps to install on the supported distros using apt-get/yum). Those work and I obviousl

Re: Basic installation question

2015-09-04 Thread Stephen Boesch
@Craig . That is an incomplete answer - given that such links are not presented in an obvious manner . Maybe you managed to find a link on their site that provides prebuilt for Centos7: if so then please share it. I had previously found a link on their site for prebuilt binaries but is based on

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
I think you are looking into the wrong bin/ folder (the one under top-level mesos/) - the actual binaries are in ${MESOS_HOME}/bin/build I am positive that the instructions work on CentOS 7.1 as I had to run all those recently on a VM of mine. BTW - If you are looking for the libmesos and various

Re: Basic installation question

2015-09-04 Thread craig w
Mesosphere has packages prebuilt, go to their site to find how to install On Sep 4, 2015 5:11 PM, "Stephen Boesch" wrote: > > After following the directions here: > http://mesos.apache.org/gettingstarted/ > > Which for centos7 includes the following: > > > > > # Change working directory. >

Basic installation question

2015-09-04 Thread Stephen Boesch
After following the directions here: http://mesos.apache.org/gettingstarted/ Which for centos7 includes the following: # Change working directory. $ cd mesos # Bootstrap (Only required if building from git repository). $ ./bootstrap # Configure and build. $ mkdir build

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

2015-09-04 Thread Bernd Mathiske
And also Ubuntu 13.10: [ FAILED ] ExamplesTest.PythonFramework, known flaky test, so still +1 > On Sep 4, 2015, at 9:11 PM, Bernd Mathiske wrote: > > +1 [binding] > > MacOS X (make check) > CentOS 7 (make distcheck) > Ubuntu 14.4 (make distcheck) > > >> On Sep 3, 2015, at 11:47 PM, Niklas

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

2015-09-04 Thread Yan Xu
+1 (binding) Tested on our CI. -- Jiang Yan Xu @xujyan On Fri, Sep 4, 2015 at 12:11 PM, Bernd Mathiske wrote: > +1 [binding] > > MacOS X (make check) > CentOS 7 (make distcheck) > Ubuntu 14.4 (make distcheck) > > > On Sep 3, 2015, at 11:47 PM, Niklas Nielsen wrote

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

2015-09-04 Thread Bernd Mathiske
+1 [binding] MacOS X (make check) CentOS 7 (make distcheck) Ubuntu 14.4 (make distcheck) > On Sep 3, 2015, at 11:47 PM, Niklas Nielsen wrote: > > +1 - tested on our CI > > On Tuesday, September 1, 2015, Vinod Kone > wrote: > Hi all, > > > Please vote on releasi

Re: Changing advertised slave port in mesos UI

2015-09-04 Thread haosdent
Oh, how about try use nginx or other reverse proxy? Start slave in xxx, and config nginx proxy 80 request to that port. On Fri, Sep 4, 2015 at 4:26 PM, Eren Güven wrote: > Not quite. What I'd like is UI reporting port 80 without having to run > mesos-slave on port 80. But from what I can see, th

Re: Changing advertised slave port in mesos UI

2015-09-04 Thread Eren Güven
Not quite. What I'd like is UI reporting port 80 without having to run mesos-slave on port 80. But from what I can see, this is not possible. Thanks anyways. On 3 September 2015 at 12:34, haosdent wrote: > Does "--port" not satisfy your requirements? If you want to use nginx to > reverse porxy h