aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-05-16 21:42:14 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-16 21:42:14 -0700
commitc0ab85d7320cea90e6331fb03a70349bc804c1b1 (patch)
tree0ff3f66b277c44b9efdbb42a158604f8b68c6590 /ec2
parenta80a6a139e729ee3f81ec4f0028e084d2d9f7e82 (diff)
downloadspark-c0ab85d7320cea90e6331fb03a70349bc804c1b1.tar.gz
spark-c0ab85d7320cea90e6331fb03a70349bc804c1b1.tar.bz2
spark-c0ab85d7320cea90e6331fb03a70349bc804c1b1.zip
Version bump of spark-ec2 scripts
This will allow us to change things in spark-ec2 related to the 1.0 release. Author: Patrick Wendell <pwendell@gmail.com> Closes #809 from pwendell/spark-ec2 and squashes the following commits: 59117fb [Patrick Wendell] Version bump of spark-ec2 scripts
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 0a8d6ca5d7..4c5a99f5f6 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -443,7 +443,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 v2")
+ ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v3")
print "Deploying files to master..."
deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes, modules)