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:43:39 -0700
commit9cd12f33df6e56d34ff3019c714bddfe298fe5c7 (patch)
tree9cecca0c1e5234ec9ff6cb1ced4d896229a165c2 /ec2
parenta16a19fbd382e1d39cdf403246ad215666f1f402 (diff)
downloadspark-9cd12f33df6e56d34ff3019c714bddfe298fe5c7.tar.gz
spark-9cd12f33df6e56d34ff3019c714bddfe298fe5c7.tar.bz2
spark-9cd12f33df6e56d34ff3019c714bddfe298fe5c7.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 (cherry picked from commit c0ab85d7320cea90e6331fb03a70349bc804c1b1) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
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 e99fc51805..8ac3241e09 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -444,7 +444,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)