[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 <shivaram@cs.berkeley.edu>

Closes #6765 from shivaram/SPARK-8310-14 and squashes the following commits:

066e44e [Shivaram Venkataraman] Update spark-ec2 branch to 1.4
This commit is contained in:
Shivaram Venkataraman 2015-06-11 13:22:08 -07:00
parent b313920abd
commit 3a62569afb

View file

@ -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):