Skip to content

Commit ec0e904

Browse files
committed
[EC2] Update default Spark version to 1.2.0
1 parent 199e59a commit ec0e904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from optparse import OptionParser
4040
from sys import stderr
4141

42-
DEFAULT_SPARK_VERSION = "1.1.0"
42+
DEFAULT_SPARK_VERSION = "1.2.0"
4343
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
4444

4545
MESOS_SPARK_EC2_BRANCH = "v4"

0 commit comments

Comments
 (0)