[jira] [Updated] (PIO-173) pio run pio-assembly jar with Right

2018-09-27 Thread Donald Szeto (JIRA)


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

Donald Szeto updated PIO-173:
-
Labels: newbie  (was: )

> pio run pio-assembly jar with Right
> ---
>
> Key: PIO-173
> URL: https://issues.apache.org/jira/browse/PIO-173
> Project: PredictionIO
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 0.12.1
>Reporter: xuxiangyang
>Priority: Minor
>  Labels: newbie
>
> pio run with custom jar, such as engine_evaluation_2.11-0.1.0.jar, got this 
> output 
> ```
> Submission command: 
> /data/predictionio/vendors/spark-2.1.2-bin-hadoop2.7/bin/spark-submit --jars 
> /data/www/engine_evaluation/production/shared/target/scala-
>  
> 2.11/engine_evaluation_2.11-0.1.0.jar,/data/www/engine_evaluation/production/shared/target/scala-2.11/engine_evaluation-assembly-0.1.0-deps.jar,/data/predictionio/lib/spark/
>  
> pio-data-hbase-assembly-0.12.1.jar,/data/predictionio/lib/spark/pio-data-s3-assembly-0.12.1.jar,/data/predictionio/lib/spark/pio-data-jdbc-assembly-0.12.1.jar,/data/predicti
>  
> onio/lib/spark/pio-data-hdfs-assembly-0.12.1.jar,/data/predictionio/lib/spark/pio-data-localfs-assembly-0.12.1.jar,/data/predictionio/lib/spark/pio-data-elasticsearch-assemb
>  ly-0.12.1.jar --files 
> /data/predictionio/conf/log4j.properties,/data/predictionio/vendors/hbase-1.1.9/conf/hbase-site.xml
>  --driver-java-options -Dpio.log.dir=${pioLogDir} –
>  class com.laoyouzhibo.EngineEvaluationMain 
> Right(/data/predictionio/lib/pio-assembly-0.12.1.jar)
> ```
> pio-assembly-0.12.1.jar surrounded with Right
>  
> Is 
> [Engine#run|https://github.com/apache/predictionio/blob/develop/tools/src/main/scala/org/apache/predictionio/tools/commands/Engine.scala#L363]
>  should use `coreAssembly(pioHome).right.get.getPath`?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] predictionio issue #466: [PIO-168] ES 6.X support + patch version dependency...

2018-09-27 Thread EmergentOrder
Github user EmergentOrder commented on the issue:

https://github.com/apache/predictionio/pull/466
  
Fixed the conflicts. I agree, looked like a transient error.
Ready to merge, pending the next build.


---


[jira] [Created] (PIO-178) Close Irrelevant PRs on GitHub

2018-09-27 Thread Wei Chen (JIRA)
Wei Chen created PIO-178:


 Summary: Close Irrelevant PRs on GitHub
 Key: PIO-178
 URL: https://issues.apache.org/jira/browse/PIO-178
 Project: PredictionIO
  Issue Type: Task
  Components: Documentation
Reporter: Wei Chen


After checking the PRs on GitHub, I found that some PRs are out of date already.

PR #255, #281, #368, #419 are either fixed or no longer relevant. I think we 
can close these PRs.

PR #216 has a CooccurrenceAlgorithm in it but it is far from our running dev 
version. I think maybe we can close the PR while asking if 
[alex9311|https://github.com/apache/predictionio/issues?q=is%3Apr+is%3Aopen+author%3Aalex9311]
 can create a new PR on this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-09-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on PIO-167:


Github user dszeto commented on the issue:

https://github.com/apache/predictionio/pull/472
  
LGTM. Merging. Thanks!


> Official Website Document Minor Bug Fix
> ---
>
> Key: PIO-167
> URL: https://issues.apache.org/jira/browse/PIO-167
> Project: PredictionIO
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: Live Documentation
>Reporter: Wei Chen
>Priority: Minor
> Fix For: Live Documentation
>
>
> 1. On this page, [https://predictionio.apache.org/start], there is a link at 
> the bottom `making some modifications`.
>    However, the link is going nowhere since it points to the same page.
> 2. In community docker support, there are some minor version update
>    MingFang's image already supports up to 0.12.1 instead of 0.8
>    Fabian M. Borschel's image supports up to 0.9.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PIO-153) Update PMC.md to use gnu-tar

2018-09-27 Thread Donald Szeto (JIRA)


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

Donald Szeto resolved PIO-153.
--
   Resolution: Fixed
Fix Version/s: 0.14.0

> Update PMC.md to use gnu-tar
> 
>
> Key: PIO-153
> URL: https://issues.apache.org/jira/browse/PIO-153
> Project: PredictionIO
>  Issue Type: Bug
>Affects Versions: 0.13.0
>Reporter: Chan
>Assignee: Donald Szeto
>Priority: Minor
> Fix For: 0.14.0
>
>
> For Linux compatibility of tarballs



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PIO-170) Upgrade sbt to 1.x

2018-09-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on PIO-170:


Github user dszeto commented on the issue:

https://github.com/apache/predictionio/pull/470
  
+1 from me


> Upgrade sbt to 1.x
> --
>
> Key: PIO-170
> URL: https://issues.apache.org/jira/browse/PIO-170
> Project: PredictionIO
>  Issue Type: Task
>  Components: Core
>Affects Versions: 0.13.0
>Reporter: Naoki Takezoe
>Assignee: Naoki Takezoe
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] predictionio issue #470: [PIO-170] Upgrade sbt to 1.2.3

2018-09-27 Thread dszeto
Github user dszeto commented on the issue:

https://github.com/apache/predictionio/pull/470
  
+1 from me


---


[jira] [Commented] (PIO-168) Elasticsearch 6.x support

2018-09-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on PIO-168:


Github user dszeto commented on the issue:

https://github.com/apache/predictionio/pull/466
  
@EmergentOrder is this ready to merge? I was waiting for build to pass but 
it looks like a transient error to me. Do you mind resolving the conflicts? It 
should trigger a new build.


> Elasticsearch 6.x support
> -
>
> Key: PIO-168
> URL: https://issues.apache.org/jira/browse/PIO-168
> Project: PredictionIO
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 0.13.0
>Reporter: Donald Szeto
>Assignee: Alexander  Merritt
>Priority: Major
> Fix For: 0.14.0
>
>
> This is a JIRA ticket for tracking the pull request from [~emergentorder] 
> that adds support of Elasticsearch 6.x.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] predictionio issue #466: [PIO-168] ES 6.X support + patch version dependency...

2018-09-27 Thread EmergentOrder
Github user EmergentOrder commented on the issue:

https://github.com/apache/predictionio/pull/466
  
Actually, scratch that, apps won't continue to work, although the indices 
will. We could add a fallback to the old indices in the code, but I think we 
should prefer to advise users to recreate and retrain their app when they 
upgrade.


---


[GitHub] predictionio pull request #471: [PIO-171] Drop Scala 2.10 and Spark 1.6 supp...

2018-09-27 Thread dszeto
Github user dszeto commented on a diff in the pull request:

https://github.com/apache/predictionio/pull/471#discussion_r219938608
  
--- Diff: docs/manual/source/install/index.html.md.erb ---
@@ -24,8 +24,8 @@ limitations under the License.
 It is **very important** to meet the minimum version of the following
 technologies that power Apache PredictionIO®.
 
-* Apache Hadoop 2.6.5 (optional, required only if YARN and HDFS are needed)
-* Apache Spark 1.6.3 for Hadoop 2.6
+* Apache Hadoop 2.7.3 (optional, required only if YARN and HDFS are needed)
+* Apache Spark 2.1.1 for Hadoop 2.7
--- End diff --

I wonder if we should put Hadoop 2.6.x/2.7.x, and Spark 2.0+ here. We still 
run CI on Spark 2.0, and the Hadoop requirement comes mostly from Spark.


---


[GitHub] predictionio pull request #471: [PIO-171] Drop Scala 2.10 and Spark 1.6 supp...

2018-09-27 Thread dszeto
Github user dszeto commented on a diff in the pull request:

https://github.com/apache/predictionio/pull/471#discussion_r219937276
  
--- Diff: build.sbt ---
@@ -17,24 +17,7 @@
 import PIOBuild._
 
 lazy val scalaSparkDepsVersion = Map(
--- End diff --

Maybe we can get rid of this `Map` as well?


---


[GitHub] predictionio issue #471: [PIO-171] Drop Scala 2.10 and Spark 1.6 support

2018-09-27 Thread dszeto
Github user dszeto commented on the issue:

https://github.com/apache/predictionio/pull/471
  
Merging. Thank you!


---


[GitHub] predictionio pull request #471: [PIO-171] Drop Scala 2.10 and Spark 1.6 supp...

2018-09-27 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/predictionio/pull/471


---


[GitHub] predictionio pull request #471: [PIO-171] Drop Scala 2.10 and Spark 1.6 supp...

2018-09-27 Thread takezoe
Github user takezoe commented on a diff in the pull request:

https://github.com/apache/predictionio/pull/471#discussion_r220017782
  
--- Diff: build.sbt ---
@@ -17,24 +17,7 @@
 import PIOBuild._
 
 lazy val scalaSparkDepsVersion = Map(
--- End diff --

Yes, but we will add Scala 2.12 support very soon. So keeping this `Map` is 
better I think.


---