[GitHub] incubator-predictionio issue #270: PIO-20 Merge ActionML fork

2016-08-09 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/270 updating to new pr --- 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

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-09 Thread pferrel
GitHub user pferrel opened a pull request: https://github.com/apache/incubator-predictionio/pull/273 PIO-20 Merge ActionML fork You can merge this pull request into a Git repository by running: $ git pull https://github.com/pferrel/PredictionIO actionml-merge Alternatively

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-10 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/273#discussion_r74325732 --- Diff: manifest.json --- @@ -1 +1,2 @@ -{"id":"ipNrDsdxAtsDjZHRSAqfgOTL0PztjuR3","version":"b6a10

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-14 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/273#discussion_r74712711 --- Diff: bin/install.sh --- @@ -102,9 +103,8 @@ if [[ "$OS" = "Linux" && $(cat /proc/1/cgroup) == *cpu:/doc

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-14 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/273#discussion_r74712571 --- Diff: RELEASE.md --- @@ -1,26 +1,58 @@ -##Release Notes and News +#Release Notes and News **Note:** For upgrade

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-13 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/273#discussion_r74690832 --- Diff: build.sbt --- @@ -19,7 +19,7 @@ import UnidocKeys._ name := "pio" -version in ThisBuild := "

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793283 --- Diff: examples/scala-parallel-similarproduct/filterbyyear/src/main/scala/DataSource.scala --- @@ -13,16 +16,21 @@ import

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793199 --- Diff: data/src/main/scala/io/prediction/data/storage/Models.scala --- @@ -78,3 +78,6 @@ class ModelSerializer extends CustomSerializer

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793171 --- Diff: core/src/test/scala/io/prediction/core/SelfCleaningDataSourceTest.scala --- @@ -0,0 +1,78 @@ +package io.prediction.core.test

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793218 --- Diff: data/src/main/scala/io/prediction/data/storage/hbase/HBPEvents.scala --- @@ -109,4 +109,25 @@ class HBPEvents(client: HBClient

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793210 --- Diff: data/src/main/scala/io/prediction/data/storage/PEvents.scala --- @@ -179,4 +179,8 @@ trait PEvents extends Serializable

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793183 --- Diff: data/build.sbt --- @@ -44,9 +44,9 @@ libraryDependencies ++= Seq( "org.json4s" %% &quo

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793228 --- Diff: data/src/main/scala/io/prediction/data/storage/jdbc/JDBCPEvents.scala --- @@ -155,6 +156,22 @@ class JDBCPEvents(client: String

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793019 --- Diff: README.md --- @@ -76,21 +71,17 @@ Status](https://gemnasium.com/PredictionIO/PredictionIO.svg)](https://gemnasium. Keep

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793029 --- Diff: RELEASE.md --- @@ -65,7 +106,9 @@ March 4th, 2015 | [Release Notes](https://predictionio.atlassian.net/jira/secure

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793137 --- Diff: core/build.sbt --- @@ -27,13 +27,14 @@ libraryDependencies ++= Seq( "io.spray" %% "spray-routi

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793121 --- Diff: build.sbt --- @@ -193,3 +193,8 @@ concurrentRestrictions in Global := Seq( Tags.limitAll( 1

[GitHub] incubator-predictionio pull request #269: Master

2016-08-06 Thread pferrel
GitHub user pferrel opened a pull request: https://github.com/apache/incubator-predictionio/pull/269 Master You can merge this pull request into a Git repository by running: $ git pull https://github.com/pferrel/PredictionIO master Alternatively you can review and apply

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-06 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73793249 --- Diff: examples/scala-parallel-similarproduct/filterbyyear/build.sbt --- @@ -7,6 +7,6 @@ name := "template-scala-parallel-similarpr

[GitHub] incubator-predictionio issue #269: ActionML Master merge PR, discussion only

2016-08-06 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/269 I think this is ready for review. The main things here are changes to support trimming data in the PEvents and LEvents somewhat like the formerly experimental Cleanup App

[GitHub] incubator-predictionio pull request #270: PIO-20 Merge ActionML fork

2016-08-08 Thread pferrel
GitHub user pferrel opened a pull request: https://github.com/apache/incubator-predictionio/pull/270 PIO-20 Merge ActionML fork trying the PR from my local version of `develop` You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-08 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73982644 --- Diff: examples/scala-parallel-similarproduct/filterbyyear/src/main/scala/DataSource.scala --- @@ -1,28 +1,54

[GitHub] incubator-predictionio issue #269: ActionML Master merge PR, discussion only

2016-08-07 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/269 Notice the PR is from AML Master to Apache develop. When I fix the license and package names they show up as a diff even though the licenses are changed in the develop branch

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-07 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/269#discussion_r73806373 --- Diff: build.sbt --- @@ -18,9 +18,9 @@ import UnidocKeys._ name := "pio" -version in ThisBuild

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-09 Thread pferrel
Github user pferrel commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/273#discussion_r74152214 --- Diff: conf/pio-env.sh.template --- @@ -53,7 +36,7 @@ PIO_FS_TMPDIR=$PIO_FS_BASEDIR/tmp # storage facilities. Default values

[GitHub] incubator-predictionio pull request #269: ActionML Master merge PR, discussi...

2016-08-16 Thread pferrel
Github user pferrel closed the pull request at: https://github.com/apache/incubator-predictionio/pull/269 --- 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

[GitHub] incubator-predictionio issue #273: PIO-20 Merge ActionML fork

2016-08-16 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/273 inactive, this has been merged with develop --- 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

[GitHub] incubator-predictionio pull request #273: PIO-20 Merge ActionML fork

2016-08-16 Thread pferrel
Github user pferrel closed the pull request at: https://github.com/apache/incubator-predictionio/pull/273 --- 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

[GitHub] incubator-predictionio pull request #:

2017-01-29 Thread pferrel
Github user pferrel commented on the pull request: https://github.com/apache/incubator-predictionio/commit/7615b4708dae6ae30657d51194a33416a5509d1f#commitcomment-20656303 -1 https://issues.apache.org/jira/browse/PIO-51?jql=project%20%3D%20PIO I thought we had decided

[GitHub] incubator-predictionio issue #336: [PIO-49] Add support for Elasticsearch 5....

2017-02-24 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 Well I like passing in only what is used so the general idea seems good. But does the use of lib fit conventions? As I recall lib is used for managed dependencies but in this case

[GitHub] incubator-predictionio issue #336: [PIO-49] Add support for Elasticsearch 5....

2017-02-22 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 This would imply too that a single assembly is not enough and you'd have to deploy the entire pio directory structure to any machine that runs it, right? This in turn means

[GitHub] incubator-predictionio issue #336: [PIO-49] Add support for Elasticsearch 5....

2017-02-21 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 This may be ok to stage to the feature/es5 branch but IMO should not be merged with master for release yet. The technique of linking and creating an assembly with both es1

[GitHub] incubator-predictionio issue #336: [PIO-49] Add support for Elasticsearch 5....

2017-02-22 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 @marevol you might want to search for "plugins" in the PIO code I think it may already put those jars in the SparkSubmit params This does seem like a better sol

[GitHub] incubator-predictionio issue #336: [PIO-49] Add support for Elasticsearch 5....

2017-01-18 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 @marevol Thanks this looks very promising! How do you configure PIO to use 1.x vs 5.x, Templates may need to look at the config or supply their own. The UR uses the REST API

[GitHub] incubator-predictionio issue #291: License check progress

2016-09-12 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/291 merged with develop --- 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

[GitHub] incubator-predictionio issue #325: Add git to Dockerfile

2016-11-19 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/325 Do we have Alpine as the container OS? This seems to be the standard Docker is pushing but this looks like Debian. BTW You can merge this yourself now. We, as a group, like

[GitHub] incubator-predictionio issue #327: pio build fails with 0.10.0

2016-11-19 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/issues/327 This tagged release does not work with Apache-PIO. You have to install 0.9.7-aml using instructions here: http://actionml.com/docs/install The Universal Recommender

[GitHub] incubator-predictionio issue #328: [PIO-47] Eliminate enginemanifest for sta...

2016-12-13 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/328 @chanlee514 said: If the absolute filepath is the same in the machines (since SHA-1 hash of filepath is used as engineVersion), there would be no changes in the above

[GitHub] incubator-predictionio issue #328: [PIO-47] Eliminate enginemanifest for sta...

2016-12-02 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/328 ok, this looks like a good step @dszeto we would not do `pio build` we would do `sbt build` in the directory that has the template and this is fine IMO. The confusion users

[GitHub] incubator-predictionio issue #328: [PIO-47] Eliminate enginemanifest for sta...

2016-12-02 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/328 @dszeto asked: "Do you currently have any production deployments that rely heavily on engine IDs and versions? That would be a bigger immediate concern regarding this c

[GitHub] incubator-predictionio issue #328: [PIO-47] Eliminate enginemanifest for sta...

2017-01-15 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/328 Actually the manifest may be gone but the requirement of the same absolute path is maintained, I believe. A hash of the path to the template code is used to create the id and is part

[GitHub] incubator-predictionio issue #391: [PIO-92] Bump HBase to 1.2.6

2017-06-20 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio/pull/391 Actually we already have an AWS AMI with HBase 1.2.6 that works fine without any changes as far as we have seen and we do run automated tests. Since this will require

[GitHub] incubator-predictionio-template-java-ecom-recommender issue #6: 0.12.0-incub...

2017-10-17 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio-template-java-ecom-recommender/pull/6 @shimamoto @takezoe this does not support all the pio build options and so will not work if pio is built in a different way from this template. We need

[GitHub] incubator-predictionio-template-java-ecom-recommender issue #6: 0.12.0-incub...

2017-10-17 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio-template-java-ecom-recommender/pull/6 Upgrading HDFS may also come with a conversion process if data is stored there. Not sure. ---

[GitHub] incubator-predictionio-template-java-ecom-recommender issue #6: 0.12.0-incub...

2017-10-17 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio-template-java-ecom-recommender/pull/6 Also the build.sbt locks people into the latest versions of Spark, etc. So this template will no longer work with services installed with pio-0.11.0

[GitHub] incubator-predictionio-template-java-ecom-recommender issue #6: 0.12.0-incub...

2017-10-18 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio-template-java-ecom-recommender/pull/6 the PR is fine, but this can be solved partially with the current templates. For instance why not support both the previous defaults (those used

[GitHub] incubator-predictionio-template-java-ecom-recommender issue #6: 0.12.0-incub...

2017-10-18 Thread pferrel
Github user pferrel commented on the issue: https://github.com/apache/incubator-predictionio-template-java-ecom-recommender/pull/6 Making templates easier for users doing upgrades is extremely important IMO. Getting them working with 0.12.0 is first priority and I for one