RE: Basic installation question

2015-09-05 Thread Klaus Ma
d SMSCall from mobileAdd to SkypeYou'll need Skype CreditFree via SkypeDate: Fri, 4 Sep 2015 17:33:45 -0700 Subject: Re: Basic installation question From: java...@gmail.com To: user@mesos.apache.org I installed using yum -y install mesos. That did work. Now the master and slaves do not see eac

Re: Basic installation question

2015-09-05 Thread Marco Massenzio
Stephen: Klaus is correct, you are starting the Master in "standalone" mode, not with zookeeper support: it needs adding the --zk=zk://10.xx.xx.124:2181/mesos --quorum=1 options (at the very least). As you correctly noted, the contents of the /mesos znode is empty and thus the agent nodes cannot

Re: Basic installation question

2015-09-05 Thread Marco Massenzio
Thanks for follow-up, Stephen - this will be also useful to others finding this in the archives! Glad it eventually worked for you, I'll drop a line to our guys to update the download page with this information, so it should hopefully be less painful in the future for others. *Marco Massenzio*

Re: Basic installation question

2015-09-05 Thread Stephen Boesch
Yes I had started the slaves as service mesos-slave start But had not done the correct way on the master, which is supposed to be: service mesos-master start The slaves do appear after having made that correction: thanks. 2015-09-05 14:55 GMT-07:00 Marco Massenzio

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: 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

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

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
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

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

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

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