[GitHub] incubator-predictionio issue #397: [PIO-69] Add license report generation us...

2017-06-21 Thread takezoe
Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/397
  
I checked the license of all non-ASL libraries and all them can be included 
as binary form in the distribution. I added their license text to `LICENSE.txt` 
and updated `make-distribution.sh` to include `LICENSE.txt` and `NOTICE.txt` in 
the binary distribution.

I think all tasks about 3rd party license is done. Let me know if I have to 
do something else.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (PIO-69) Create binary version of PredictionIO as part of release process

2017-06-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PIO-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16058593#comment-16058593
 ] 

ASF GitHub Bot commented on PIO-69:
---

Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/397
  
I checked the license of all non-ASL libraries and all them can be included 
as binary form in the distribution. I added their license text to `LICENSE.txt` 
and updated `make-distribution.sh` to include `LICENSE.txt` and `NOTICE.txt` in 
the binary distribution.

I think all tasks about 3rd party license is done. Let me know if I have to 
do something else.


> Create binary version of PredictionIO as part of release process
> 
>
> Key: PIO-69
> URL: https://issues.apache.org/jira/browse/PIO-69
> Project: PredictionIO
>  Issue Type: New Feature
>  Components: Build
>Reporter: Sara Asher
>Assignee: Shinsuke Sugaya
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-predictionio issue #387: Oracle databas supports

2017-06-21 Thread liningalex
Github user liningalex commented on the issue:

https://github.com/apache/incubator-predictionio/pull/387
  
Hi Donald, I think we should have integration test. do you have
instructions how?

On Tue, Jun 20, 2017 at 4:49 PM, Donald Szeto 
wrote:

> Hey @liningalex , if you don't have a
> chance adding integration test yet, I would like to merge this to a 
feature
> branch so that we can join forces on that.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> 
,
> or mute the thread
> 

> .
>



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-predictionio pull request #395: [PIO-92] Bump HBase to 1.2.6

2017-06-21 Thread takezoe
Github user takezoe closed the pull request at:

https://github.com/apache/incubator-predictionio/pull/395


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-predictionio issue #391: [PIO-92] Bump HBase to 1.2.6 (and fix dep...

2017-06-21 Thread takezoe
Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/391
  
@pferrel and I found 3 versions of HBase at least in `build.sbt` and 
documentation, so I'm not sure what versions are supported in the current 
PredictionIIO.

- 0.98.5 in 
https://github.com/apache/incubator-predictionio/blob/develop/storage/hbase/build.sbt
- 0.98.6 in https://predictionio.incubator.apache.org/install/
- 1.2.5 in 
https://predictionio.incubator.apache.org/install/install-sourcecode/

It is inconsistent. What's state that should be originally?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-predictionio pull request #396: [PIO-69] Add sbt-dependency-graph ...

2017-06-21 Thread takezoe
Github user takezoe closed the pull request at:

https://github.com/apache/incubator-predictionio/pull/396


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-predictionio issue #396: [PIO-69] Add sbt-dependency-graph plugin

2017-06-21 Thread takezoe
Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/396
  
Close this request because sbt-license-report plugin looks more useful to 
extract license information of depended libraries.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (PIO-92) HBase version is too old

2017-06-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PIO-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16057902#comment-16057902
 ] 

ASF GitHub Bot commented on PIO-92:
---

Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/395
  
I found HBase version inconsistency in documentation and build 
configuration: 
https://github.com/apache/incubator-predictionio/pull/391#issuecomment-310151519
So I close this request and confirm the correct state at first.


> HBase version is too old
> 
>
> Key: PIO-92
> URL: https://issues.apache.org/jira/browse/PIO-92
> Project: PredictionIO
>  Issue Type: Improvement
>Affects Versions: 0.11.0-incubating
>Reporter: Naoki Takezoe
>
> The current HBase storage implementation in PredictionIO has dependencies to 
> HBase 0.98.5, but it's already EOM. We should upgrade it to 1.2 at least.
> Here is the status of HBase and Hadoop versions:
> http://hbase.apache.org/book.html#hadoop 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (PIO-98) Issues in building Complementary Purchase Engine Template

2017-06-21 Thread salil chawla (JIRA)
salil chawla created PIO-98:
---

 Summary: Issues in building Complementary Purchase Engine Template
 Key: PIO-98
 URL: https://issues.apache.org/jira/browse/PIO-98
 Project: PredictionIO
  Issue Type: Bug
Reporter: salil chawla


http://predictionio.incubator.apache.org/templates/complementarypurchase/quickstart/
 doesn't get built with 0.11.0-incubating release of predictionIO.

Looks like it is pointing to the packages and classes relevant to the older 
version of PredictionIO

for example, 
template-scala-parallel-complementarypurchase/src/main/scala/Algorithm.scala is 
importing the P2LAlgorithm class with qualified name as 
io.prediction.controller.P2LAlgorithm

but ideally it should have been org.apache.predictionio.controller.P2LAlgorithm 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)