Repository: spark
Updated Branches:
  refs/heads/branch-1.0 a16a19fbd -> 9cd12f33d


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 <[email protected]>

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 <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9cd12f33
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9cd12f33
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9cd12f33

Branch: refs/heads/branch-1.0
Commit: 9cd12f33df6e56d34ff3019c714bddfe298fe5c7
Parents: a16a19f
Author: Patrick Wendell <[email protected]>
Authored: Fri May 16 21:42:14 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Fri May 16 21:43:39 2014 -0700

----------------------------------------------------------------------
 ec2/spark_ec2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9cd12f33/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index e99fc51..8ac3241 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)

Reply via email to