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