aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-08-01 12:27:43 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-08-01 12:27:43 -0700
commit56715587e4573f2a01dfacb9c13f622cfa4ba119 (patch)
treea9555f14585ed2cd015aa1df5e071bf96f61ad89 /ec2
parent5cc725a0e3ef523affae8ff54dd74707e49d64e3 (diff)
downloadspark-56715587e4573f2a01dfacb9c13f622cfa4ba119.tar.gz
spark-56715587e4573f2a01dfacb9c13f622cfa4ba119.tar.bz2
spark-56715587e4573f2a01dfacb9c13f622cfa4ba119.zip
Pointing to new EC2 repository
Diffstat (limited to 'ec2')
-rwxr-xr-xec2/spark_ec2.py4
1 files changed, 1 insertions, 3 deletions
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)