Skip to content

Commit

Permalink
[EC2] Update default Spark version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Dec 24, 2014
1 parent 199e59a commit ec0e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from optparse import OptionParser
from sys import stderr

DEFAULT_SPARK_VERSION = "1.1.0"
DEFAULT_SPARK_VERSION = "1.2.0"
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))

MESOS_SPARK_EC2_BRANCH = "v4"
Expand Down

0 comments on commit ec0e904

Please sign in to comment.