Repository: spark Updated Branches: refs/heads/master a80a6a139 -> c0ab85d73
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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c0ab85d7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c0ab85d7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c0ab85d7 Branch: refs/heads/master Commit: c0ab85d7320cea90e6331fb03a70349bc804c1b1 Parents: a80a6a1 Author: Patrick Wendell <[email protected]> Authored: Fri May 16 21:42:14 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Fri May 16 21:42:14 2014 -0700 ---------------------------------------------------------------------- ec2/spark_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/c0ab85d7/ec2/spark_ec2.py ---------------------------------------------------------------------- diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 0a8d6ca..4c5a99f 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)
