Re: Binary distribution with sbt native packager

2017-02-16 Thread Kenneth Chan
ic cool! would be great if the package can also handle upgrade when there is new PIO release. On Thu, Feb 16, 2017 at 9:44 PM Shinsuke Sugaya wrote: > Sbt packager can put an upgrade script or the like > as post install script for RPM/DEB. > > > 2017-02-17 13:28 GMT+09:00

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: Binary distribution with sbt native packager

2017-02-16 Thread Donald Szeto
This would be a great addition! How are you handling submitting PIO's artifact to Spark, specifically the CreateWorkflow class in tools? Regards, Donald On Thu, Feb 16, 2017 at 4:10 PM Shinsuke Sugaya wrote: > Hi > > Do you have a plan to use sbt native packager? > In our

Binary distribution with sbt native packager

2017-02-16 Thread Shinsuke Sugaya
Hi Do you have a plan to use sbt native packager? In our forked branch, I added it under assembly directory. https://github.com/jpioug/incubator-predictionio Currently, both make-distribution.sh and sbt assembly/universal:packageBin work to build a binary distribution. I'd like to create rpm/deb

[GitHub] incubator-predictionio issue #348: Event data always incomplete by call PEve...

2017-02-16 Thread ifpelset
GitHub user ifpelset opened an issue: https://github.com/apache/incubator-predictionio/issues/348 Event data always incomplete by call PEventStore.find/aggregateProperties when my event json file is too large Hello, when I use 'pio import --appid 1 --input my_events.json' to import