Re: Binary distribution with sbt native packager

2017-03-05 Thread Shinsuke Sugaya
I put snapshot RPM/DEB builds to the following place: http://fess.codelibs.org/snapshot/predictionio_0.11.0-v1-SNAPSHOT_all.deb http://fess.codelibs.org/snapshot/predictionio-0.11.0_v1_SNAPSHOT-1.noarch.rpm If you want to run it quickly, 1) Download and install Elasticsearch 5.x package 2)

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