File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.1.5dev
6- ========
5+ 1.2.0
6+ =====
77
8- * spark/pyspark: Enable PDT region support for spark SDK
8+ * spark/pyspark: add support for GovCloud
99
10101.1.4
1111=====
Original file line number Diff line number Diff line change 77from setuptools import setup
88
99
10- VERSION = "1.1.4 "
10+ VERSION = "1.2.0 "
1111
1212TEMP_PATH = "deps"
1313JARS_TARGET = os .path .join (TEMP_PATH , "jars" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ scalaVersion := "2.11.7"
1919// to change the version of spark add -DSPARK_VERSION=2.x.x when running sbt
2020// for example: "sbt -DSPARK_VERSION=2.1.1 clean compile test doc package"
2121val sparkVersion = System .getProperty(" SPARK_VERSION" , " 2.2.0" )
22- version := " spark_" + sparkVersion + " -1.1.4 "
22+ version := " spark_" + sparkVersion + " -1.2.0 "
2323
2424lazy val SageMakerSpark = (project in file(" ." ))
2525
You can’t perform that action at this time.
0 commit comments