Re: Multiple disks with Mesos

2014-10-08 Thread Dick Davies
To answer point 2) - yes, your executors will create their 'sandboxes' under work_dir. On 8 October 2014 00:13, Arunabha Ghosh arunabha...@gmail.com wrote: Thanks Steven ! On Tue, Oct 7, 2014 at 4:08 PM, Steven Schlansker sschlans...@opentable.com wrote: On Oct 7, 2014, at 4:06 PM,

Re: Multiple disks with Mesos

2014-10-08 Thread Damien Hardy
Hello, I run mesos on top hadoop HDFS. Hadoop handle well with JBOD configuration. Today mesos can only work on one of the disk and cannot take advantage of other disks. (use non HDFS space) This would be a great feature to handle with JBOD too. Dealing with failure better than LVM for example.

Re: Multiple disks with Mesos

2014-10-08 Thread Tim St Clair
+1, stitching can be done outside of mesos prior to init. - Original Message - From: Steven Schlansker sschlans...@opentable.com To: user@mesos.apache.org Sent: Tuesday, October 7, 2014 6:08:21 PM Subject: Re: Multiple disks with Mesos On Oct 7, 2014, at 4:06 PM, Arunabha Ghosh

Multiple disks with Mesos

2014-10-07 Thread Arunabha Ghosh
Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration page http://mesos.apache.org/documentation/latest/configuration/ I can specify a work_dir argument to the slaves. 1) Can the work_dir argument contain multiple directories ? 2) Is

Re: Multiple disks with Mesos

2014-10-07 Thread Steven Schlansker
On Oct 7, 2014, at 4:06 PM, Arunabha Ghosh arunabha...@gmail.com wrote: Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration page I can specify a work_dir argument to the slaves. 1) Can the work_dir argument contain

Re: Multiple disks with Mesos

2014-10-07 Thread Arunabha Ghosh
Thanks Steven ! On Tue, Oct 7, 2014 at 4:08 PM, Steven Schlansker sschlans...@opentable.com wrote: On Oct 7, 2014, at 4:06 PM, Arunabha Ghosh arunabha...@gmail.com wrote: Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration