[jira] [Commented] (PIO-101) Document usage of Plug-in of event server and engine server

2017-07-14 Thread Kenneth Chan (JIRA)
[ https://issues.apache.org/jira/browse/PIO-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16088478#comment-16088478 ] Kenneth Chan commented on PIO-101: -- agree > Document usage of Plug-in of event server and engine ser

[jira] [Created] (PIO-103) Document deploying multiple engine variants

2017-07-08 Thread Kenneth Chan (JIRA)
Kenneth Chan created PIO-103: Summary: Document deploying multiple engine variants Key: PIO-103 URL: https://issues.apache.org/jira/browse/PIO-103 Project: PredictionIO Issue Type: Task

[jira] [Created] (PIO-101) Document usage of Plug-in of event server and engine server

2017-07-08 Thread Kenneth Chan (JIRA)
Kenneth Chan created PIO-101: Summary: Document usage of Plug-in of event server and engine server Key: PIO-101 URL: https://issues.apache.org/jira/browse/PIO-101 Project: PredictionIO Issue

[jira] [Commented] (PIO-96) Storage corrupted by sharing databases between engines with different storage configs

2017-07-08 Thread Kenneth Chan (JIRA)
[ https://issues.apache.org/jira/browse/PIO-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16079037#comment-16079037 ] Kenneth Chan commented on PIO-96: - actually I don't understand why use different storage config for different

Re: [jira] [Commented] (PIO-97) Fixes examples of the official templates

2017-07-08 Thread Kenneth Chan
related to this - i 'm wondering if we should move the official templates into PIO repo for easier maintenance as well and then group all these examples under the corresponding template inside PIO. - i know we have discussed this before but forgot why we didn't wanna do it - thoughts again? On

[jira] [Resolved] (PIO-55) Fix missing official template detailed doc link

2017-02-18 Thread Kenneth Chan (JIRA)
[ https://issues.apache.org/jira/browse/PIO-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Chan resolved PIO-55. - Resolution: Fixed > Fix missing official template detailed doc l

[jira] [Created] (PIO-55) Fix missing official template detailed doc link

2017-02-18 Thread Kenneth Chan (JIRA)
Kenneth Chan created PIO-55: --- Summary: Fix missing official template detailed doc link Key: PIO-55 URL: https://issues.apache.org/jira/browse/PIO-55 Project: PredictionIO Issue Type: Task

Re: Binary distribution with sbt native packager

2017-02-16 Thread Kenneth Chan
02-17 13:28 GMT+09:00 Kenneth Chan <kenn...@apache.org>: > > how does rpm/deb handle PIO version upgrade ? > > > > > > On Thu, Feb 16, 2017 at 8:04 PM Shinsuke Sugaya <shins...@yahoo.co.jp> > > wrote: > > > >> > How are you handling submitti

Re: Binary distribution with sbt native packager

2017-02-16 Thread Kenneth Chan
how does rpm/deb handle PIO version upgrade ? On Thu, Feb 16, 2017 at 8:04 PM Shinsuke Sugaya wrote: > > How are you handling submitting PIO's artifact to Spark > > Not changed at the moment. > To keep make-distribution.sh, ZIP distribution generated > by sbt native

Re: Using persisted model

2017-02-15 Thread Kenneth Chan
if you want to deploy specific version of trained model, you can specify the engine instance id which you can obtain afte train finish pio deploy --engine-instance-id id On Tue, Feb 14, 2017 at 8:50 AM Zehao Zhang wrote: > Hi, I'm trying to do a project where there are

Re: [VOTE] Apache PredictionIO (incubating) 0.10.0 Release (RC5)

2016-10-01 Thread Kenneth Chan
+1 On Saturday, October 1, 2016, Pat Ferrel wrote: > +1 binding > > On Oct 1, 2016, at 10:20 AM, Suneel Marthi > wrote: > > +1 binding > > On Sat, Oct 1, 2016 at 12:05 PM, Matthew Tovbin >

Re: HTTP Post to events.json with eventId key

2016-09-29 Thread Kenneth Chan
, Sep 29, 2016 at 1:34 PM, Hasan Can Saral <hasancansa...@gmail.com> wrote: > Yes, I am using the exact time stamp, yet I am creating an event with a > brand new eventId. Any thoughts? > > On Wed, Sep 28, 2016 at 5:15 AM, Kenneth Chan <kenn...@apache.org> wrote: >

Re: HTTP Post to events.json with eventId key

2016-09-27 Thread Kenneth Chan
when you update event with the same eventId, does the new event have the same eventTime? the eventTime is also used as Hbase's cell timestamp (versions)

Re: Remove engine registration

2016-09-16 Thread Kenneth Chan
Pat, would you explain more about the 'instanceId' as in `pio register --variant path/to/some-engine.json --instanceId some-REST-compatible-resource-id` ? Currently PIO also has a concept of engineInstanceId, which is output of train. I think you are referring to different thing, right? Kenneth