Re: Problem in building event

2018-06-11 Thread Donald Szeto
It seems to be a problem related to your JVM setup: https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty In your case, `pio build` invoked the underlying build tool (sbt) and was trying to download other libraries from the Internet, but failed at that point.

Re: Problem in building event

2018-06-05 Thread Marco Goldin
The template should work with 0.12.0 and Spark 2.1.1 as specified in builds.sbt (switch to master branch after cloning the template repo). you're running 2.3 for Spark and pio 12.1, i don't know if there is compatibility, but i don't think so. Marco Il mar 5 giu 2018, 11:22 Sushmita Belur ha

Problem in building event

2018-06-05 Thread Sushmita Belur
Hi! Im a new user of PredictionIO trying to deploy some classification template. My prerequisites versions are Apache Spark - 2.3.0 Scala - 2.11.8 Java SE Development Kit 8 i am using Postgresql I have downloaded Classification template ,created app and collected data as per documentation.