Repository: incubator-predictionio-template-attribute-based-classifier Updated Branches: refs/heads/develop 3ad98d63e -> 7bb4aa216
updated spark verison to 2.1.1 Closes #13 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/commit/89ccf888 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/tree/89ccf888 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/diff/89ccf888 Branch: refs/heads/develop Commit: 89ccf88829b7a43dfb5d98743aa589ad7cdfad1a Parents: 3ad98d6 Author: Rajdeep Dua <[email protected]> Authored: Thu Oct 12 10:49:01 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Thu Oct 12 10:50:03 2017 +0900 ---------------------------------------------------------------------- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/89ccf888/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 560eb77..9010379 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "template-scala-parallel-classification" - +scalaVersion := "2.11.8" libraryDependencies ++= Seq( "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", - "org.apache.spark" %% "spark-core" % "1.3.1" % "provided", - "org.apache.spark" %% "spark-mllib" % "1.3.1" % "provided") + "org.apache.spark" %% "spark-core" % "2.1.1" % "provided", + "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided")
