aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@apache.org>2014-10-08 22:25:15 -0700
committerJosh Rosen <joshrosen@apache.org>2014-10-08 22:25:15 -0700
commitf706823b71c763fa8e8ceb9e1bd916d8dca7a639 (patch)
tree228f90e4d5b1542da81b53b5da3d213e570dce0e /ec2
parentbcb1ae049b447c37418747e0a262f54f9fc1664a (diff)
downloadspark-f706823b71c763fa8e8ceb9e1bd916d8dca7a639.tar.gz
spark-f706823b71c763fa8e8ceb9e1bd916d8dca7a639.tar.bz2
spark-f706823b71c763fa8e8ceb9e1bd916d8dca7a639.zip
Fetch from branch v4 in Spark EC2 script.
Diffstat (limited to 'ec2')
-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 27f468ea4f..0d6b82b494 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -583,7 +583,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
- ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v3")
+ ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v4")
print "Deploying files to master..."
deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes, modules)