File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Package: SparkR
22Type: Package
33Title: R frontend for Spark
4- Version: 1.6.0
4+ Version: 1.6.1
55Date: 2013-09-09
66Author: The Apache Software Foundation
77Maintainer: Shivaram Venkataraman <
[email protected] >
Original file line number Diff line number Diff line change 3131import traceback
3232
3333SPARK_HOME = os .environ ["SPARK_HOME" ]
34- NEW_RELEASE_VERSION = "1.6.0 "
35- PREV_RELEASE_GIT_TAG = "v1.5.2 "
34+ NEW_RELEASE_VERSION = "1.6.1 "
35+ PREV_RELEASE_GIT_TAG = "v1.6.0 "
3636
3737CHANGELIST = "CHANGES.txt"
3838OLD_CHANGELIST = "%s.old" % (CHANGELIST )
Original file line number Diff line number Diff line change 5151 raw_input = input
5252 xrange = range
5353
54- SPARK_EC2_VERSION = "1.6.0 "
54+ SPARK_EC2_VERSION = "1.6.1 "
5555SPARK_EC2_DIR = os .path .dirname (os .path .realpath (__file__ ))
5656
5757VALID_SPARK_VERSIONS = set ([
7676 "1.5.1" ,
7777 "1.5.2" ,
7878 "1.6.0" ,
79+ "1.6.1" ,
7980])
8081
8182SPARK_TACHYON_MAP = {
9495 "1.5.1" : "0.7.1" ,
9596 "1.5.2" : "0.7.1" ,
9697 "1.6.0" : "0.8.2" ,
98+ "1.6.1" : "0.8.2" ,
9799}
98100
99101DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION
You can’t perform that action at this time.
0 commit comments