Re: JDBC drivers and Spark with the binary distribution

2018-09-30 Thread Naoki Takezoe
> I think we can bundle PostgreSQL's JDBC driver because it is under BSD > 2-clause license, but MariaDB's JDBC driver is under LGPL 2.1 and is not > compatible with Apache. See > https://www.apache.org/legal/resolved.html#category-x. Oh, I see. Thanks for the information.

Re: JDBC drivers and Spark with the binary distribution

2018-09-30 Thread Donald Szeto
I think we can bundle PostgreSQL's JDBC driver because it is under BSD 2-clause license, but MariaDB's JDBC driver is under LGPL 2.1 and is not compatible with Apache. See https://www.apache.org/legal/resolved.html#category-x. On Sun, Sep 30, 2018 at 10:39 PM Naoki Takezoe wrote: > Thanks for

[jira] [Commented] (PIO-167) Official Website Document Minor Bug Fix

2018-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633626#comment-16633626 ] ASF GitHub Bot commented on PIO-167: Github user takezoe commented on the issue:

[GitHub] predictionio issue #473: [PIO-167] Remove temporal maintenance tool from com...

2018-09-30 Thread takezoe
Github user takezoe commented on the issue: https://github.com/apache/predictionio/pull/473 @dszeto Thanks! ---

[jira] [Commented] (PIO-167) Official Website Document Minor Bug Fix

2018-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633625#comment-16633625 ] ASF GitHub Bot commented on PIO-167: Github user dszeto commented on the issue:

[GitHub] predictionio issue #473: [PIO-167] Remove temporal maintenance tool from com...

2018-09-30 Thread dszeto
Github user dszeto commented on the issue: https://github.com/apache/predictionio/pull/473 Thanks! Merging. ---

Re: JDBC drivers and Spark with the binary distribution

2018-09-30 Thread Naoki Takezoe
Thanks for the reference. This ticket might be for this. If there isn't any reason we couldn't bundle them with the binary distribution, I'd like to update the content of this ticket to bundle them. 2018年10月1日(月) 12:53 takako shimamoto : > > Is this a solution for

Re: JDBC drivers and Spark with the binary distribution

2018-09-30 Thread takako shimamoto
Is this a solution for https://issues.apache.org/jira/browse/PIO-76? On Mon, Oct 1, 2018 at 7:22 AM Naoki Takezoe wrote: > > Hi devs, > > Currently, PredictionIO provides a source code distribution and a > binary distribution. The binary distribution is same as a package > which made by

[jira] [Commented] (PIO-167) Official Website Document Minor Bug Fix

2018-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633566#comment-16633566 ] ASF GitHub Bot commented on PIO-167: Github user takezoe commented on the issue:

[GitHub] predictionio issue #473: [PIO-167] Remove temporal maintenance tool from com...

2018-09-30 Thread takezoe
Github user takezoe commented on the issue: https://github.com/apache/predictionio/pull/473 CC: @dszeto @shimamoto ---

Re: [DISCUSS] Improve maintenance of the official templates

2018-09-30 Thread Naoki Takezoe
I think that resurrection of "pio template" might be one idea. It would allow us flexible repository layout and also it can rewrite PredictionIO and Spark versions in build.sbt in templates at setup time. Though this isn't a standard way (e.g. "git clone" or "sbt new"), I think it both users and

JDBC drivers and Spark with the binary distribution

2018-09-30 Thread Naoki Takezoe
Hi devs, Currently, PredictionIO provides a source code distribution and a binary distribution. The binary distribution is same as a package which made by ./make-distribution.sh from the source binary with default configuration. So we need to install JDBC drivers or Apache Spark additionally even