From 56715587e4573f2a01dfacb9c13f622cfa4ba119 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 1 Aug 2013 12:27:43 -0700 Subject: Pointing to new EC2 repository --- ec2/spark_ec2.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ec2') diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 4d49c60703..677c8f5452 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -408,9 +408,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, opts, deploy_ssh_key): # NOTE: We should clone the repository before running deploy_files to # prevent ec2-variables.sh from being overwritten - # TODO: Before being merged this should be replaced with the correct repo, - # and likely a new branch (to allow backwards compatibility). - ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/pwendell/spark-ec2.git -b ec2-updates") + ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v2") print "Deploying files to master..." deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes, modules) -- cgit v1.2.3