File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 5151 raw_input = input
5252 xrange = range
5353
54- SPARK_EC2_VERSION = "1.6.1 "
54+ SPARK_EC2_VERSION = "1.6.3 "
5555SPARK_EC2_DIR = os .path .dirname (os .path .realpath (__file__ ))
5656
5757VALID_SPARK_VERSIONS = set ([
7777 "1.5.2" ,
7878 "1.6.0" ,
7979 "1.6.1" ,
80+ "1.6.2" ,
81+ "1.6.3" ,
8082])
8183
8284SPARK_TACHYON_MAP = {
9698 "1.5.2" : "0.7.1" ,
9799 "1.6.0" : "0.8.2" ,
98100 "1.6.1" : "0.8.2" ,
101+ "1.6.2" : "0.8.2" ,
102+ "1.6.3" : "0.8.2" ,
99103}
100104
101105DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION
102106DEFAULT_SPARK_GITHUB_REPO = "https://github.com/apache/spark"
103107
104108# Default location to get the spark-ec2 scripts (and ami-list) from
105109DEFAULT_SPARK_EC2_GITHUB_REPO = "https://github.com/amplab/spark-ec2"
106- DEFAULT_SPARK_EC2_BRANCH = "branch-1.5 "
110+ DEFAULT_SPARK_EC2_BRANCH = "branch-1.6 "
107111
108112
109113def setup_external_libs (libs ):
You can’t perform that action at this time.
0 commit comments