Skip to content

Commit 1a7b9ce

Browse files
committed
[MINOR] Add 1.3, 1.3.1 to master branch EC2 scripts
cc pwendell P.S: I can't believe this was outdated all along ? Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu> Closes apache#6215 from shivaram/update-ec2-map and squashes the following commits: ae3937a [Shivaram Venkataraman] Add 1.3, 1.3.1 to master branch EC2 scripts
1 parent ba4f8ca commit 1a7b9ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ec2/spark_ec2.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from urllib.request import urlopen, Request
4949
from urllib.error import HTTPError
5050

51-
SPARK_EC2_VERSION = "1.2.1"
51+
SPARK_EC2_VERSION = "1.3.1"
5252
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
5353

5454
VALID_SPARK_VERSIONS = set([
@@ -65,6 +65,8 @@
6565
"1.1.1",
6666
"1.2.0",
6767
"1.2.1",
68+
"1.3.0",
69+
"1.3.1",
6870
])
6971

7072
SPARK_TACHYON_MAP = {
@@ -75,6 +77,8 @@
7577
"1.1.1": "0.5.0",
7678
"1.2.0": "0.5.0",
7779
"1.2.1": "0.5.0",
80+
"1.3.0": "0.5.0",
81+
"1.3.1": "0.5.0",
7882
}
7983

8084
DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION

0 commit comments

Comments
 (0)