name := "template-scala-parallel-vanilla" | |
scalaVersion := "2.11.8" | |
libraryDependencies ++= Seq( | |
"org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided", | |
"org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided", | |
"org.scalatest" %% "scalatest" % "3.0.4" % "test") | |
// SparkContext is shared between all tests via SharedSingletonContext | |
parallelExecution in Test := false |