PredictionIO / template-scala-parallel-universal-recommendation

PredictiionIO Template for Universal Recommender
112 stars 48 forks source link

Cannot pio build without internet #61

Open ankur1000 opened 6 years ago

ankur1000 commented 6 years ago

I am having .ivy2 and .sbt folder in /root from a previous build on internet. Now when I try to build without internet, I get dependency error for spark-core: This is my build.sbt:

libraryDependencies ++= Seq( "org.apache.predictionio" %% "apache-predictionio-core" % pioVersion.value % "provided", "org.apache.spark" %% "spark-core" % "2.1.1" % "provided", "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided", "org.scalatest" % "scalatest_2.11" % "2.2.4" % "test")

pferrel commented 6 years ago

this is the wrong template to use, it is far out of date and not being maintained. https://github.com/actionml/universal-recommender use the 0.7.0-SNAPSHOT branch

And please stay connected to the internet while building poth PIO and the Template in case they are built with a different version of some dependency.

@dszeto are you able to de-activate this account? Or make everything private, this is just confusing people.