Re: PostgreSQL JDBC driver configuration?

2017-09-21 Thread Brian Chiu
Hi Moella, I have wriiten a Dcokerfile for pio0.11.0+postgres, without hdfs, hbase, ES. https://github.com/BrianOn99/docker-predictionio For simplicity I pulled JDBC 42.0.0 because the was the default one specified in the config (that is not good practice). To use postgresql-42.1.4.jar you need

Re: How to training and deploy on different machine?

2017-09-21 Thread Pat Ferrel
We do deployments and customize things for users. When we deploy PredictionIO we typically have one machine that is for only PIO permanent servers. It runs the PredictionServer (started with `pio deploy`) and the EventServer (started with `pio eventserver`). These services communicate with

Re: Vagrant installation of PredictionIO not working

2017-09-21 Thread Donald Szeto
Hi Noelia, Sorry that you ran into the orphaned Vagrant page. We haven’t had a chance to update Vagrant yet, so we removed all links going to that page. If you recall how you arrive at that page, please let us know. Meanwhile, please install from source code, or try one of the community-built

Re: PostgreSQL JDBC driver configuration?

2017-09-21 Thread Noelia Osés Fernández
Thank you Naoki! I found out that I also had to set the POSTGRES_JDBC_DRIVER variable to the path of the jar in the pio-env.sh file. I've done that and it's working now. Thanks! Regards! On 21 September 2017 at 16:40, Naoki Takezoe wrote: > You have to put the jar file of

Re: PostgreSQL JDBC driver configuration?

2017-09-21 Thread Naoki Takezoe
You have to put the jar file of PostgreSQL JDBC driver in PIO_HOME/lib by hand. 2017/09/21 19:52 "Noelia Osés Fernández" : > Hi all, > > I'm having trouble because I can't seem to get PIO to work with PostgreSQL. > I've seen the following report: > > > > >

PostgreSQL JDBC driver configuration?

2017-09-21 Thread Noelia Osés Fernández
Hi all, I'm having trouble because I can't seem to get PIO to work with PostgreSQL. I've seen the following report: *https://issues.apache.org/jira/browse/PIO-49 PIO-49: PostgreSQL JDBC driver is no longer bundled with the core assembly. If you

Vagrant installation of PredictionIO not working

2017-09-21 Thread Noelia Osés Fernández
Hi all, I've tried the vagrant installation of PredictionIO as explained in: https://predictionio.incubator.apache.org/install/install-vagrant/ However, it didn't work. I suspect it is because the installation is supposed to be done after downloading: https://install.prediction.io/install.sh