Re: Apache Spark Over Mesos

2016-03-15 Thread Tim Chen
t;>>> wrote: >>>>> >>>>>> You can launch the driver and executor in docker containers as well >>>>>> by setting spark.mesos.executor.docker.image to the image you want to use >>>>>> to launch them. >>>>>> >&

Re: Apache Spark Over Mesos

2016-03-15 Thread Pradeep Chhetri
> On Mar 15, 2016, at 8:49 AM, Radoslaw Gruchalski <ra...@gruchalski.com> >>>>> wrote: >>>>> >>>>> Pradeep, >>>>> >>>>> You can mount a spark directory as a volume. This means you have to >>>>> have spark

Re: Apache Spark Over Mesos

2016-03-15 Thread Pradeep Chhetri
>> >>>> Pradeep, >>>> >>>> You can mount a spark directory as a volume. This means you have to >>>> have spark deployed on every agent. >>>> >>>> Another thing you can do, place spark in hdfs, assuming that you have >>&

Re: Apache Spark Over Mesos

2016-03-15 Thread Pradeep Chhetri
dfs, assuming that you have >>> hdfs available but that too will download a copy to the sandbox. >>> >>> I'd prefer the former. >>> >>> Sent from Outlook Mobile <https://aka.ms/qtex0l> >>> >>> _ >>>

Re: Apache Spark Over Mesos

2016-03-15 Thread Tim Chen
hdfs available but that too will download a copy to the sandbox. >> >> I'd prefer the former. >> >> Sent from Outlook Mobile <https://aka.ms/qtex0l> >> >> _ >> From: Pradeep Chhetri <pradeep.chhetr...@gmail.com> >> Sent: Tuesday, March 15, 20

Re: Apache Spark Over Mesos

2016-03-15 Thread Pradeep Chhetri
t; available but that too will download a copy to the sandbox. > > I'd prefer the former. > > Sent from Outlook Mobile <https://aka.ms/qtex0l> > > _ > From: Pradeep Chhetri <pradeep.chhetr...@gmail.com> > Sent: Tuesday, March 15, 2016 4:41 pm >

Re: Apache Spark Over Mesos

2016-03-15 Thread Pradeep Chhetri
that too will download a copy to the sandbox. > > I'd prefer the former. > > Sent from Outlook Mobile <https://aka.ms/qtex0l> > > _ > From: Pradeep Chhetri <pradeep.chhetr...@gmail.com> > Sent: Tuesday, March 15, 2016 4:41 pm > Subject: A

Re: Apache Spark Over Mesos

2016-03-15 Thread Rad Gruchalski
hdfs > > available but that too will download a copy to the sandbox. > > > > I'd prefer the former. > > > > Sent from Outlook Mobile (https://aka.ms/qtex0l) > > _ > > From: Pradeep Chhetri <pradeep.chhetr...@gmail.com

Re: Apache Spark Over Mesos

2016-03-15 Thread Rad Gruchalski
at too will download a copy to the sandbox. > > > > I'd prefer the former. > > > > Sent from Outlook Mobile (https://aka.ms/qtex0l) > > _ > > From: Pradeep Chhetri <pradeep.chhetr...@gmail.com > > (mailto:pr

Re: Apache Spark Over Mesos

2016-03-15 Thread Timothy Chen
e former. > > Sent from Outlook Mobile > > _ > From: Pradeep Chhetri <pradeep.chhetr...@gmail.com> > Sent: Tuesday, March 15, 2016 4:41 pm > Subject: Apache Spark Over Mesos > To: <user@mesos.apache.org> > > > Hello, > > I am able to run