Re: Need Help Setting up prediction IO

2018-01-17 Thread Pat Ferrel
PIO uses Postgres, MySQL or other JDBC database from the SQL DBs or (and I always use this) HBase. Hbase is a high performance NoSQL DB that scales indefinitely. It is possible to use any DB if you write an EventStore class for it, wrapping the DB calls with a virtualization API that is DB

Re: Need Help Setting up prediction IO

2018-01-11 Thread Rajesh Jangid
Hi, Well with version PIO 10 I think some dependency is causing trouble in linux, we have figured out a way using Pio for now, and everything is working great. Thanks for the support though. Few question- 1.Does Pio latest support Mongodb or NoSQL? 2.Memory uses by Pio, Is there any max

Re: Need Help Setting up prediction IO

2018-01-11 Thread Pat Ferrel
The version in the artifact built by Scala should only have the major version number so 2.10 or 2.11. PIO 0.10.0 needs 2.10. Where, and what variable did you set to 2.10.4? That is the problem. There will never be a lib built for 2.10.4, it will always be 2.10. On Jan 11, 2018, at 5:15 AM,

Re: Need Help Setting up prediction IO

2018-01-11 Thread Daniel O' Shaughnessy
Basically you need to make sure all your lib dependencies in build.sbt work together. On Thu, 11 Jan 2018 at 13:14 Daniel O' Shaughnessy < danieljamesda...@gmail.com> wrote: > Maybe try v2.10.4 based on this line: > > [INFO] [Console$] [error]com.chuusai:shapeless _2.10, _2.10.4 > > I'm

Re: Need Help Setting up prediction IO

2018-01-11 Thread Daniel O' Shaughnessy
Maybe try v2.10.4 based on this line: [INFO] [Console$] [error]com.chuusai:shapeless _2.10, _2.10.4 I'm unfamiliar with the ubuntu setup for pio so can't help you there I'm afraid. On Thu, 11 Jan 2018 at 05:08 Rajesh Jangid wrote: > I am trying to run this on ubuntu

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
I am trying to run this on ubuntu 16.04 On Thu, Jan 11, 2018 at 10:36 AM, Rajesh Jangid wrote: > Hi, > I have tried once again with 2.10 as well but getting following > dependency error > > [INFO] [Console$] [error] Modules were resolved with conflicting > cross-version

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
Hi, I have tried once again with 2.10 as well but getting following dependency error [INFO] [Console$] [error] Modules were resolved with conflicting cross-version suffixes in {file:/home/integration/client/PredictionIO-0.10/Engines/MyRecommendation/}myrecommendation: [INFO] [Console$] [error]

Re: Need Help Setting up prediction IO

2018-01-10 Thread Daniel O' Shaughnessy
I've pulled down this version without any modifications and run with pio v0.10 on a mac and it builds with no issues. However, when I add in scalaVersion := "2.11.8" to build.sbt I get a dependency error. pio v0.10 supports scala 2.10 so you need to switch to this to run! On Wed, 10 Jan 2018 at

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
Yes, v0.5.0 On Jan 10, 2018 7:07 PM, "Daniel O' Shaughnessy" wrote: > Is this the template you're using? > > https://github.com/apache/predictionio-template-ecom-recommender > > On Wed, 10 Jan 2018 at 13:16 Rajesh Jangid wrote: > >> Yes, >>

Re: Need Help Setting up prediction IO

2018-01-10 Thread Daniel O' Shaughnessy
Is this the template you're using? https://github.com/apache/predictionio-template-ecom-recommender On Wed, 10 Jan 2018 at 13:16 Rajesh Jangid wrote: > Yes, > We have dependency with elastic and we have elastic 1.4.4 already > running. We Do not want to run another

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
Yes, We have dependency with elastic and we have elastic 1.4.4 already running. We Do not want to run another elastic instance. Latest prediction IO does not support elastic 1.4.4 On Wed, Jan 10, 2018 at 6:25 PM, Daniel O' Shaughnessy < danieljamesda...@gmail.com> wrote: > Strangedo you

Re: Need Help Setting up prediction IO

2018-01-10 Thread Daniel O' Shaughnessy
Strangedo you absolutely need to run this with pio v0.10? On Wed, 10 Jan 2018 at 12:50 Rajesh Jangid wrote: > {"pio": {"version": { "min": "0.10.0-incubating" }}} > > > On Wed, Jan 10, 2018 at 6:16 PM, Daniel O' Shaughnessy < > danieljamesda...@gmail.com> wrote: > >>

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
*pwd* output :- /home/integration/client/PredictionIO-0.10/Engines/Recommender *ls* output :- build.sbt data engine.json importdata LICENSE.txt manifest.json pio.log project README.md src target template.json Following command is used to build the template:-

Re: Need Help Setting up prediction IO

2018-01-10 Thread Daniel O' Shaughnessy
wherever you're starting your engine can you type pwd and report the result back? On Wed, 10 Jan 2018 at 11:40 Rajesh Jangid wrote: > Hi, > I have tried different template as well but still unable to get it to > work, Getting same error log. > > > On Wed, Jan 10, 2018

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
Hi, I have tried different template as well but still unable to get it to work, Getting same error log. On Wed, Jan 10, 2018 at 2:52 PM, Rajesh Jangid wrote: > Yes, I have modified engine.js file with app name and then executed > command in same folder. > > On Wed,

Re: Need Help Setting up prediction IO

2018-01-10 Thread Rajesh Jangid
Yes, I have modified engine.js file with app name and then executed command in same folder. On Wed, Jan 10, 2018 at 2:21 PM, Noelia Osés Fernández wrote: > I've gotten this error when I've run pio build in a folder with no > engine.json file. > > Have you checked you are

Re: Need Help Setting up prediction IO

2018-01-10 Thread Noelia Osés Fernández
I've gotten this error when I've run pio build in a folder with no engine.json file. Have you checked you are running the command in the right folder? i.e. a folder that has an engine.json file... Regards, Noelia On 10 January 2018 at 07:34, Rajesh Jangid wrote: > Hi, >

Need Help Setting up prediction IO

2018-01-09 Thread Rajesh Jangid
Hi, I have been trying to setup prediction IO's ecommerce recommendation template. I was able to test it on the latest version of prediction IO but for some reason I needed to use 0.10 release of prediction IO, the template dosn't seem to work with this release. Following is the verbose