Skip to content

Commit

Permalink
[SPARK-8310] [EC2] Updates the master branch EC2 versions
Browse files Browse the repository at this point in the history
Will send another PR for `branch-1.4`

Author: Shivaram Venkataraman <[email protected]>

Closes apache#6764 from shivaram/SPARK-8310 and squashes the following commits:

d8cd3b3 [Shivaram Venkataraman] This updates the master branch EC2 versions
  • Loading branch information
shivaram committed Jun 11, 2015
1 parent 1191c3e commit c8d551d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
raw_input = input
xrange = range

SPARK_EC2_VERSION = "1.3.1"
SPARK_EC2_VERSION = "1.4.0"
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))

VALID_SPARK_VERSIONS = set([
Expand Down Expand Up @@ -89,7 +89,7 @@

# 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):
Expand Down

0 comments on commit c8d551d

Please sign in to comment.