[jvm-packages] upgrade spark version to 2.3 (#3254)

* add back train method but mark as deprecated

* add back train method but mark as deprecated

* fix scalastyle error

* fix scalastyle error

* update default spark version to 2.3
This commit is contained in:
Nan Zhu 2018-04-19 20:15:19 -07:00 committed by GitHub
parent a185ddfe03
commit d9dd485313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<flink.version>0.10.2</flink.version> <flink.version>0.10.2</flink.version>
<spark.version>2.2.1</spark.version> <spark.version>2.3.0</spark.version>
<scala.version>2.11.8</scala.version> <scala.version>2.11.8</scala.version>
<scala.binary.version>2.11</scala.binary.version> <scala.binary.version>2.11</scala.binary.version>
</properties> </properties>