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

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

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

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

Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/397
  
@dszeto 

> We probably need to write a script and put in an exclusion file for those 
that we have manually verified, and put this check as part of our automated 
tests.

OK, I will include them in this pull request.


> 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 pull request #391: [PIO-92] Bump HBase to 1.2.6 (and ...

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

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


---
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] [Closed] (PIO-92) HBase version is too old

2017-06-27 Thread Naoki Takezoe (JIRA)

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

Naoki Takezoe closed PIO-92.

Resolution: Won't Fix

Keep current code for now because it works with the latest version of HBase 
(1.2.6) fine.

> 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)


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

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

https://github.com/apache/incubator-predictionio/pull/391
  
@dszeto Thanks for your support. I updated docs in 
e3f8307891ae0a5b287855ad83c41379c4e1e8bc so close this pull request and 
[PIO-92](https://issues.apache.org/jira/projects/PIO/issues/PIO-92). I will 
raise a new ticket to clarify supported versions and recommended versions in 
docs, and continue to work on that ticket.


---
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-27 Thread ASF GitHub Bot (JIRA)

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

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

Github user takezoe closed the pull request at:

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


> 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] [Commented] (PIO-92) HBase version is too old

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

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

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

Github user takezoe commented on the issue:

https://github.com/apache/incubator-predictionio/pull/391
  
@dszeto Thanks for your support. I updated docs in 
e3f8307891ae0a5b287855ad83c41379c4e1e8bc so close this pull request and 
[PIO-92](https://issues.apache.org/jira/projects/PIO/issues/PIO-92). I will 
raise a new ticket to clarify supported versions and recommended versions in 
docs, and continue to work on that ticket.


> 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)


[GitHub] incubator-predictionio issue #397: [PIO-69] Update LICENSE.txt and NOTICE.tx...

2017-06-27 Thread dszeto
Github user dszeto commented on the issue:

https://github.com/apache/incubator-predictionio/pull/397
  
@takezoe Excellent work. Thanks! 🎉 

I think the only concern left is to make sure whenever we add a new 
dependency that does not have clear indication of license compatibility, it 
will be caught automatically. We probably need to write a script and put in an 
exclusion file for those that we have manually verified, and put this check as 
part of our automated tests.


---
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-27 Thread dszeto
Github user dszeto commented on the issue:

https://github.com/apache/incubator-predictionio/pull/391
  
Sorry for the late reply. Agree we should start properly deprecating it. 
Regarding the inconsistency, I think we should correct `0.98.6 in 
https://predictionio.incubator.apache.org/install/`, and indicate right now 
0.98.5 is the minimum compatible version, but it is deprecated. I think it is 
okay to keep a more recent HBase version in the installation instructions 
though, so that new users do not install an EOMed version of HBase. Thoughts?


---
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-27 Thread ASF GitHub Bot (JIRA)

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

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

Github user dszeto commented on the issue:

https://github.com/apache/incubator-predictionio/pull/397
  
@takezoe Excellent work. Thanks!  

I think the only concern left is to make sure whenever we add a new 
dependency that does not have clear indication of license compatibility, it 
will be caught automatically. We probably need to write a script and put in an 
exclusion file for those that we have manually verified, and put this check as 
part of our automated tests.


> 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)


[jira] [Updated] (PIO-99) `pio build` exits successfully even when compilation fails

2017-06-27 Thread Donald Szeto (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Szeto updated PIO-99:

Labels: newbie  (was: )

> `pio build` exits successfully even when compilation fails
> --
>
> Key: PIO-99
> URL: https://issues.apache.org/jira/browse/PIO-99
> Project: PredictionIO
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 0.11.0-incubating
>Reporter: Mars Hall
>  Labels: newbie
>
> The build command does not fail as expected. While not a big deal when 
> working locally, it seems like this could be problematic for automated, 
> continuous build/integration workflows.
> {code}
> $ pio build
> …
> [ERROR] [Engine$] [error] one error found
> [ERROR] [Engine$] [error] (compile:compileIncremental) Compilation failed
> [ERROR] [Engine$] [error] Total time: 5 s, completed Jun 21, 2017 9:59:55 AM
> [ERROR] [Engine$] Return code of build command: 
> /Users/mars.hall/Projects/predictionio-engine-ur/PredictionIO-dist/sbt/sbt  
> package assemblyPackageDependency is 1. Aborting.
> [INFO] [Engine$] Looking for an engine...
> [INFO] [Engine$] Found universal-recommender-assembly-0.5.0-deps.jar
> [INFO] [Engine$] Found universal-recommender_2.11-0.5.0.jar
> [INFO] [Engine$] Build finished successfully.
> [INFO] [Pio$] Your engine is ready for training.
> {code}
> It certainly appears successful at the end, and exit code was {{0}}.
> Looking back for the error is not hard, but this behavior is problematic when 
> composing {{pio build}} command into a shell script.



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


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

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

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

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

Github user dszeto commented on the issue:

https://github.com/apache/incubator-predictionio/pull/391
  
Sorry for the late reply. Agree we should start properly deprecating it. 
Regarding the inconsistency, I think we should correct `0.98.6 in 
https://predictionio.incubator.apache.org/install/`, and indicate right now 
0.98.5 is the minimum compatible version, but it is deprecated. I think it is 
okay to keep a more recent HBase version in the installation instructions 
though, so that new users do not install an EOMed version of HBase. Thoughts?


> 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)


[GitHub] incubator-predictionio pull request #399: Fix versions in the installation g...

2017-06-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-97) Fixes examples of the official templates

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

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

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

GitHub user shimamoto opened a pull request:

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

[PIO-97] Fixes examples of the official templates for v0.11.0-incubating

The goal of this PR is to clean up the following examples under `examples`:

* scala-parallel-classification
* scala-parallel-ecommercerecommendation
* scala-parallel-recommendation
* scala-parallel-similarproduct

Here is part and parcel of the fix.

* rename package
* update for v0.11.0-incubating
* bump the same version as the default

As for documentation, I will handle it in another PR right after this.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shimamoto/incubator-predictionio 
PIO-97_cleanup-examples

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-predictionio/pull/400.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #400


commit fe00530d50156a06add2ef055582b695b4b8cb83
Author: shimamoto 
Date:   2017-06-20T10:43:04Z

[PIO-97] Fixes examples of the official templates for v0.11.0-incubating.

s




> Fixes examples of the official templates
> 
>
> Key: PIO-97
> URL: https://issues.apache.org/jira/browse/PIO-97
> Project: PredictionIO
>  Issue Type: Sub-task
>  Components: Documentation, Templates
>Affects Versions: 0.11.0-incubating
>Reporter: Takako Shimamoto
>Assignee: Takako Shimamoto
>Priority: Minor
>
> First I will fix the following examples contained in the documentation.
> * scala-parallel-classification
> * scala-parallel-ecommercerecommendation
> * scala-parallel-recommendation
> * scala-parallel-similarproduct
> If needed, fixes documentation as well.



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