I sent a note to the Mesos developers and created https://github.com/apache/spark/pull/7899 to change the repository pointer. There are 3-4 open PRs right now in the mesos/spark-ec2 repository and I'll work on migrating them to amplab/spark-ec2 later today.
My thoughts on moving the python script is that we should have a wrapper shell script that just fetches the latest version of spark_ec2.py for the corresponding Spark branch. We already have separate branches in our spark-ec2 repository for different Spark versions so it can just be a call to `wget https://github.com/amplab/spark-ec2/tree/<spark-version>/driver/spark_ec2.py`. Thanks Shivaram On Sun, Aug 2, 2015 at 11:34 AM, Nicholas Chammas <nicholas.cham...@gmail.com> wrote: > On Sat, Aug 1, 2015 at 1:09 PM Matt Goodman <meawo...@gmail.com> wrote: >> >> I am considering porting some of this to a more general spark-cloud >> launcher, including google/aliyun/rackspace. It shouldn't be hard at all >> given the current approach for setup/install. > > > FWIW, there are already some tools for launching Spark clusters on GCE and > Azure: > > http://spark-packages.org/?q=tags%3A%22Deployment%22 > > Nick > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail: dev-h...@spark.apache.org