Hi Cristina, You're right. The classpath change is part of v0.10 which is not officially released yet. But you can install the latest version by following the instructions here http://predictionio.incubator.apache.org/install/install-sourcecode/ and using the develop branch when running ./make-distribution.sh.
However, in order to run the quickstart tutorial with the new version, you'd also need to modify the classpaths in the templates code (build.sbt and .scala files) from "io.prediction" to "org.apache.predictionio" Best, Chan On Mon, Oct 3, 2016 at 8:36 AM, Cristina Giannone < [email protected]> wrote: > Hello, > I've just downloaded the 0.9.6 version of predictionIO from " > http://predictionio.incubator.apache.org/install/install-linux/" > Here the classpath of the installed version is "io.prediction" while in > the "quick start" tutorial the right classpath is > "org.apache.predictionio". > > For example using jps command to verify the components, the classpath of > my predictionIO console is: > io.prediction.tools.console.Console > while in the tutorial the right one is: > org.apache.predictionio.tools.console.Console > > Maybe i've download an old version of predictionIO before the Apache > incubation, could you give me the right repository url where i can find a > new version? > > Thanks, > Cristina > > > > >
