Repository: spark Updated Branches: refs/heads/branch-1.4 b313920ab -> 3a62569af
[SPARK-8310] [EC2] Update spark-ec2 branch to 1.4 cc pwendell -- We should probably update our release guidelines to change this when we cut a release branch ? Author: Shivaram Venkataraman <[email protected]> Closes #6765 from shivaram/SPARK-8310-14 and squashes the following commits: 066e44e [Shivaram Venkataraman] Update spark-ec2 branch to 1.4 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3a62569a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3a62569a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3a62569a Branch: refs/heads/branch-1.4 Commit: 3a62569afb8fcd3d1610b4ede0f2c5e595acb9b9 Parents: b313920 Author: Shivaram Venkataraman <[email protected]> Authored: Thu Jun 11 13:22:08 2015 -0700 Committer: Shivaram Venkataraman <[email protected]> Committed: Thu Jun 11 13:22:08 2015 -0700 ---------------------------------------------------------------------- ec2/spark_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3a62569a/ec2/spark_ec2.py ---------------------------------------------------------------------- diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 4e0d7cd..a765c20 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -90,7 +90,7 @@ DEFAULT_SPARK_GITHUB_REPO = "https://github.com/apache/spark" # Default location to get the spark-ec2 scripts (and ami-list) from DEFAULT_SPARK_EC2_GITHUB_REPO = "https://github.com/mesos/spark-ec2" -DEFAULT_SPARK_EC2_BRANCH = "branch-1.3" +DEFAULT_SPARK_EC2_BRANCH = "branch-1.4" def setup_external_libs(libs): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
