Skip to content
Snippets Groups Projects
Commit 9c807650 authored by Katsunori Kanda's avatar Katsunori Kanda Committed by Andrew Or
Browse files

[EC2] Update default Spark version to 1.2.1

Author: Katsunori Kanda <potix2@gmail.com>

Closes #4566 from potix2/ec2-update-version-1-2-1 and squashes the following commits:

77e7840 [Katsunori Kanda] [EC2] Update default Spark version to 1.2.1
parent 893d6fd7
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ from datetime import datetime ...@@ -42,7 +42,7 @@ from datetime import datetime
from optparse import OptionParser from optparse import OptionParser
from sys import stderr from sys import stderr
SPARK_EC2_VERSION = "1.2.0" SPARK_EC2_VERSION = "1.2.1"
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__)) SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
VALID_SPARK_VERSIONS = set([ VALID_SPARK_VERSIONS = set([
...@@ -58,6 +58,7 @@ VALID_SPARK_VERSIONS = set([ ...@@ -58,6 +58,7 @@ VALID_SPARK_VERSIONS = set([
"1.1.0", "1.1.0",
"1.1.1", "1.1.1",
"1.2.0", "1.2.0",
"1.2.1",
]) ])
DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment