run master and slave on same host (just for testing)?

2014-01-14 Thread Jim Freeman
I'm following Mesos README's "Running a Mesos Cluster" section.  Is   [prefix]/var/mesos/conf/mesos.conf used to config both the master and slave?   If so then I can't run master and slave on same host since the config would differ for master vs. slave.  BTW, I don't see this file installed, nor d

Re: run master and slave on same host (just for testing)?

2014-01-15 Thread Damien Hardy
Hello Jim, Actually configuration are mostly different between master and slave. Only few of them are common and mostly addressing network or log purposes that would be common on a single host. BTW You can use envar for settings, any config can be set using $MESOS_ prefix ex : export MESOS_ip=19

Re: run master and slave on same host (just for testing)?

2014-01-15 Thread Tim St Clair
ject: run master and slave on same host (just for testing)? I'm following Mesos README's "Running a Mesos Cluster" section. Is [prefix]/var/mesos/conf/mesos.conf used to config both the master and slave? If so then I can't run master and slave on same host since the conf

Re: run master and slave on same host (just for testing)?

2014-01-16 Thread Jim Freeman
@mesos.apache.org Sent: Wednesday, January 15, 2014 7:23 AM Subject: Re: run master and slave on same host (just for testing)? Jim - If you have a Fedora 19/20 machine and are willing to take some prototypes for a test drive. I have packaged .src.rpm available for rebuild: http

Re: run master and slave on same host (just for testing)?

2014-01-16 Thread Tim St Clair
; > To: user@mesos.apache.org > Sent: Thursday, January 16, 2014 12:26:30 PM > Subject: Re: run master and slave on same host (just for testing)? > Tim, > Unfortunately my dev test environment is Ubuntu at the moment. How do you run > the master and slave on the same host given they