Re: Mesos 19 startup error

2014-07-09 Thread Benjamin Mahler
I just tested that and I can't find any issues there. Was this on 0.19.0 where it crashes if non-existent, regardless of the trailing slash? On Sun, Jun 29, 2014 at 10:33 PM, Diptanu Choudhury dipta...@gmail.com wrote: Thanks Ben, by the way just noticed that on passing the trailing / to

Re: Mesos 19 startup error

2014-06-29 Thread Diptanu Choudhury
Thanks Ben, by the way just noticed that on passing the trailing / to --work_dir the process crashes as well. For ex: --work_dir=/mnt/data/mesos/ On Fri, Jun 27, 2014 at 2:02 PM, Benjamin Mahler benjamin.mah...@gmail.com wrote: I created a ticket to track it for 0.19.1:

Mesos 19 startup error

2014-06-27 Thread Diptanu Choudhury
Hi, When I start Mesos 0.19.0 on OSX 10.9, I get the following error - ./bin/mesos-master.sh --zk=zk://localhost:2181/mesos --work_dir=/tmp/work_dir/ --quorum=2 I0627 01:45:09.698272 1979613968 main.cpp:150] Build: 2014-06-27 01:03:13 by dchoudhury I0627 01:45:09.698837 1979613968

Re: Mesos 19 startup error

2014-06-27 Thread Benjamin Hindman
You need to create the --work_dir first (in your case '/tmp/work_dir') since the Mesos master doesn't create it automatically. Sorry about the error message, it looks much worse than it is! This has since been fixed and will be included in 0.19.1. Ben. On Fri, Jun 27, 2014 at 1:47 AM, Diptanu

Re: Mesos 19 startup error

2014-06-27 Thread Diptanu Choudhury
Thanks Ben! Indeed the directory isn't there. I thought mesos creates it on its own. Sent from my iPhone On 27 Jun 2014, at 08:18 am, Benjamin Hindman benjamin.hind...@gmail.com wrote: You need to create the --work_dir first (in your case '/tmp/work_dir') since the Mesos master doesn't

Re: Mesos 19 startup error

2014-06-27 Thread Benjamin Hindman
Yes, this was fixed in this commit https://github.com/apache/mesos/commit/1ce8d31fda545d69aea0637107f507c2b512adc9 . On Fri, Jun 27, 2014 at 8:25 AM, Diptanu Choudhury dipta...@gmail.com wrote: Thanks Ben! Indeed the directory isn't there. I thought mesos creates it on its own. Sent from my

Re: Mesos 19 startup error

2014-06-27 Thread Benjamin Mahler
I created a ticket to track it for 0.19.1: https://issues.apache.org/jira/browse/MESOS-1551 On Fri, Jun 27, 2014 at 8:26 AM, Benjamin Hindman benjamin.hind...@gmail.com wrote: Yes, this was fixed in this commit https://github.com/apache/mesos/commit/1ce8d31fda545d69aea0637107f507c2b512adc9