aboutsummaryrefslogtreecommitdiff
path: root/ec2/spark_ec2.py
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-04-17 11:26:51 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-05-08 21:46:00 -0700
commit9ff8ad4bec5d2d750c314588d2bc75f32b8e7ff1 (patch)
tree3afeb742de151128cd55bc9f8cb30439b39f2b0a /ec2/spark_ec2.py
parentf708dda81ed5004325591fcc31cd79a8afa580db (diff)
downloadspark-9ff8ad4bec5d2d750c314588d2bc75f32b8e7ff1.tar.gz
spark-9ff8ad4bec5d2d750c314588d2bc75f32b8e7ff1.tar.bz2
spark-9ff8ad4bec5d2d750c314588d2bc75f32b8e7ff1.zip
REVERT ME: Linking to Patrick's ec2 repo for now
Diffstat (limited to 'ec2/spark_ec2.py')
-rwxr-xr-xec2/spark_ec2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 9f2daad2b6..aa73363eea 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -386,7 +386,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, zoo_nodes, opts, deploy_ssh_k
if not opts.old_scripts:
# NOTE: We should clone the repository before running deploy_files to
# prevent ec2-variables.sh from being overwritten
- ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git")
+ ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/pwendell/spark-ec2.git -b ec2-updates")
print "Deploying files to master..."
deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes,