Hello, Hopefully I am directing this question to the appropriate place. When attempting to upgrade to v0.10.0 of PredictionIO, I am no longer able to resolve the dependency on the Tools project. I am not very familiar with the SBT/Maven ecosystem but wanted to see if there is a quick fix for this issue before diving deeper.
The build.sbt file includes the following: libraryDependencies ++= Seq( "org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided", "org.apache.predictionio" %% "apache-predictionio-tools" % "0.10.0-incubating" % "provided", "org.apache.spark" %% "spark-core" % "1.6.2" % "provided", "org.apache.spark" %% "spark-core" % "1.6.2" % "test", "org.apache.spark" %% "spark-mllib" % "1.6.2" % "provided", "org.scalatest" %% "scalatest" % "2.2.6" % "test") I am receiving the following from SBT: [warn] io problem while parsing ivy file: https://repo1.maven.org/maven2/org/apache/predictionio/apache-predictionio-tools_2.10/0.10.0-incubating/apache-predictionio-tools_2.10-0.10.0-incubating.pom: Impossible to load parent for file:/…/.ivy2/cache/org.apache.predictionio/apache-predictionio-tools_2.10/ivy-0.10.0-incubating.xml.original. Parent=org.apache.predictionio#predictionio-parent_2.10;0.10.0-incubating [warn] module not found: org.apache.predictionio#apache-predictionio-tools_2.10;0.10.0-incubating [warn] ==== local: tried [warn] /…/.ivy2/local/org.apache.predictionio/predictionio-parent_2.10/0.10.0-incubating/ivys/ivy.xml [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/org/apache/predictionio/predictionio-parent_2.10/0.10.0-incubating/predictionio-parent_2.10-0.10.0-incubating.pom [info] Resolving org.fusesource.jansi#jansi;1.4 ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.apache.predictionio#apache-predictionio-tools_2.10;0.10.0-incubating: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] [warn] Note: Unresolved dependencies path: [warn] org.apache.predictionio:apache-predictionio-tools_2.10:0.10.0-incubating (…) [warn] +- com.fandango:tvodrecommendationengine_2.10:0.1.0 Please let me know if there is a easily identifiable solution. Thanks, -Max Shapiro