Also, please post feature requests here: http://spark-project.atlassian.net
Make sure to search prior to posting to avoid duplicates.
On Tue, Oct 8, 2013 at 11:50 AM, Matei Zaharia wrote:
> Hi Shay,
>
> We actually don't support Mesos in the EC2 scripts anymore -- sorry about
> that. If you want
Hi Shay,
We actually don't support Mesos in the EC2 scripts anymore -- sorry about that.
If you want to deploy Mesos on EC2, I'd recommend looking at Mesos's own EC2
scripts. Then it's fairly easy to launch Spark on there. If you want to deploy
Mesos locally you can go through the Spark docs fo
Hi,
The "http://spark.incubator.apache.org/docs/latest/running-on-mesos.html";
running on mesos web page says that the spark_ec2 script provides and easy
way to launch spark cluster with mesos configured.
In 0.7.3, the spark_ec2 script had a --cluster-type option, but that seems
to be taken out of