[RESULT] [VOTE] Release Apache PredictionIO 0.10.0 (incubating) RC5

2016-10-07 Thread Donald Szeto
The vote passes with:

+1's (all binding)

Andrew Purtell
Justin Mclean
Suneel Marthi

No other votes.

Thanks everyone!

Regards,
Donald


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

2016-10-07 Thread Andrew Purtell
+1 binding

- Checked sums and signatures: ok

- Spot checked LICENSE and NOTICE: present, properly formatted

- No binaries in the source release (except source image files)

- Compiled from source following the build instructions (8u102)

- Manually invoked Apache RAT using ./tests/.rat-excludes: 0 unknown
licenses

However, the exclusion list of the RAT check seems overly broad. For
example, the entirety of the documentation source files are excluded.
Piping 'find' through 'wc -l' counts 200 markdown files not covered by the
release audit and not carrying the AL header. These are files that have
been created by the project authors. They should carry the AL header I
believe and markdown supports embedded comments. There are also 59 files
with .txt extension that are excluded and are of unclear disposition. Some
are to be used as templates, are created by the project authors, and seem
important for implementing functionality. This can be addressed in a
subsequent release.


On Tue, Oct 4, 2016 at 10:00 AM, Donald Szeto  wrote:

> Hi all,
>
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
>
> Vote result on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSE
> ERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
>
> The original vote thread on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCua
> XTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
>
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
>
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
>
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
> 
>
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
>
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
>
> Unit and integration tests instructions can be found at:
> https://github.com/apache/incubator-predictionio/blob/
> release/0.10.0/tests/README.md
>
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine templates.
> The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
>
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
>
> The artifacts have been signed with Key : 8BF4ABEB
>
> Please vote accordingly:
>
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
>
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
>
> Regards,
> Donald
>



-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


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

2016-10-07 Thread Pat Ferrel
To clarify the only thing you will ever find in master is a set of commits 
tagged as an RC or release, never the intermediate changes as in typical 
master/snapshots.
 
On Oct 7, 2016, at 8:59 AM, Pat Ferrel  wrote:

What Donald said but also we use a slightly different process than most Apache 
projects. Master is not a snapshot, we keep snapshots in the “develop” branch 
until RCs start and they are the only contents of master ever—that is RCs or 
releases. This process is not typical in Apache but I don’t think it violates 
the “don’t encourage people to get WIP/SNAPSHOT code”. We do this to avoid 
master thrash—keeping thrashing in the develop branch.


On Oct 6, 2016, at 5:34 PM, John D. Ament > wrote:

Your website tells people to checkout your master branch to build from
source.  This is a big no-no from an ASF standpoint.  Snapshot builds
should only be for developer use.

CAn you double check your README files, missing headers.

John

On Tue, Oct 4, 2016 at 1:01 PM Donald Szeto > wrote:

> Hi all,
> 
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
> 
> Vote result on dev@:
> 
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSEERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
>  
> 
> 
> The original vote thread on dev@:
> 
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCuaXTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
> 
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
> 
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
> 
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
>   
> >
> 
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
> 
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
> 
> Unit and integration tests instructions can be found at:
> 
> https://github.com/apache/incubator-predictionio/blob/release/0.10.0/tests/README.md
> 
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine templates.
> The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
> 
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
> 
> The artifacts have been signed with Key : 8BF4ABEB
> 
> Please vote accordingly:
> 
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
> 
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
> 
> Regards,
> Donald




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

2016-10-07 Thread Pat Ferrel
What Donald said but also we use a slightly different process than most Apache 
projects. Master is not a snapshot, we keep snapshots in the “develop” branch 
until RCs start and they are the only contents of master ever—that is RCs or 
releases. This process is not typical in Apache but I don’t think it violates 
the “don’t encourage people to get WIP/SNAPSHOT code”. We do this to avoid 
master thrash—keeping thrashing in the develop branch.


On Oct 6, 2016, at 5:34 PM, John D. Ament  wrote:

Your website tells people to checkout your master branch to build from
source.  This is a big no-no from an ASF standpoint.  Snapshot builds
should only be for developer use.

CAn you double check your README files, missing headers.

John

On Tue, Oct 4, 2016 at 1:01 PM Donald Szeto > wrote:

> Hi all,
> 
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
> 
> Vote result on dev@:
> 
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSEERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
> 
> The original vote thread on dev@:
> 
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCuaXTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
> 
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
> 
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
> 
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
>   
> >
> 
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
> 
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
> 
> Unit and integration tests instructions can be found at:
> 
> https://github.com/apache/incubator-predictionio/blob/release/0.10.0/tests/README.md
> 
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine templates.
> The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
> 
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
> 
> The artifacts have been signed with Key : 8BF4ABEB
> 
> Please vote accordingly:
> 
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
> 
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
> 
> Regards,
> Donald



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

2016-10-07 Thread Suneel Marthi
Moving my vote from dev@

+1 binding

On Fri, Oct 7, 2016 at 8:42 AM, Justin Mclean 
wrote:

> Hi,
>
> +1 binding
>
> I checked,
> - incubating in name
> - signatures and hashes correct
> - LICENSE and NOTICE is fine
> - No unexpected binaries
> - All source files have ASF headers (although there are a large number of
> file that could possible have headers that don’t).
> - Can compile from source
>
> Very minor. Noticed there still this odd file in the release [1] which
> probably contains incorrect information, also this file [2] has an author
> tag, author tags are generally not used in Apache projects.
>
> Thanks,
> Justin
>
> 1. docs/manual/source/humans.txt
> 2. examples/scala-parallel-recommendation/custom-query/
> data/src/main/scala/org/template/recommendation/ImportDataScript.scala
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


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

2016-10-07 Thread Justin Mclean
Hi, 

+1 binding

I checked,
- incubating in name
- signatures and hashes correct
- LICENSE and NOTICE is fine
- No unexpected binaries
- All source files have ASF headers (although there are a large number of file 
that could possible have headers that don’t).
- Can compile from source

Very minor. Noticed there still this odd file in the release [1] which probably 
contains incorrect information, also this file [2] has an author tag, author 
tags are generally not used in Apache projects.

Thanks,
Justin

1. docs/manual/source/humans.txt
2. 
examples/scala-parallel-recommendation/custom-query/data/src/main/scala/org/template/recommendation/ImportDataScript.scala
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



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

2016-10-06 Thread Donald Szeto
Hi John,

Thanks for pointing out these issues.

For the README issue, I have filed a ticket at
https://issues.apache.org/jira/browse/PIO-39.

For the installation instructions, those are intended for pre-ASF releases.
We do not yet have any ASF releases so we can't tell people where to
download one from official ASF mirrors. Once we have the first release, we
can fix the web site to remove all old references. We have a ticket (
https://issues.apache.org/jira/browse/PIO-22) hanging in there for it.

I understand the instructions are confusing, but many users are still
running on pre-ASF versions, and the old domain has already set up to
redirect to Apache.

Would be great if these could be fixed in the next release.

Regards,
Donald

On Thursday, October 6, 2016, John D. Ament  wrote:

> Your website tells people to checkout your master branch to build from
> source.  This is a big no-no from an ASF standpoint.  Snapshot builds
> should only be for developer use.
>
> CAn you double check your README files, missing headers.
>
> John
>
> On Tue, Oct 4, 2016 at 1:01 PM Donald Szeto  wrote:
>
> > Hi all,
> >
> > The PredictionIO community has voted that 0.10.0-incubating-rc5 to be
> good
> > for a source-only release. This thread is to facilitate a voting for the
> > IPMC before a final official source-only release.
> >
> > Vote result on dev@:
> >
> > http://mail-archives.apache.org/mod_mbox/incubator-predictio
> nio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSEERcXn74pj
> byReHheYXN4onw%40mail.gmail.com%3E
> >
> > The original vote thread on dev@:
> >
> > http://mail-archives.apache.org/mod_mbox/incubator-predictio
> nio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCuaXTWhB1Z%
> 3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
> >
> > The release candidate Git commit is:
> > 5db129aa94bb82674eb9c85c197cd6bb0afaea83
> >
> > The release candidate Git tag is:
> > v0.10.0-incubating-rc5
> >
> > The source-only release candidate artifacts can be downloaded here:
> > https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> > incubating-rc5/
> >  io/0.10.0-incubating-rc5/>
> >
> > Test results of RC5 can be found here:
> > https://travis-ci.org/apache/incubator-predictionio/builds/164221633
> >
> > Build instructions of previous versions can be used on this RC:
> > http://predictionio.incubator.apache.org/install/install-sourcecode/
> >
> > Unit and integration tests instructions can be found at:
> >
> > https://github.com/apache/incubator-predictionio/blob/releas
> e/0.10.0/tests/README.md
> >
> > Maven artifacts are built from the release candidate artifacts above, and
> > are provided as convenience for testing with PredictionIO engine
> templates.
> > The Maven
> > artifacts are provided at the Maven staging repo here:
> > https://repository.apache.org/content/repositories/
> > orgapachepredictionio-1009/
> >
> > All JIRAs completed for this release are tagged with 'FixVersion =
> 0.10.0'.
> > You can view them here: https://issues.apache.org/
> > jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
> >
> > The artifacts have been signed with Key : 8BF4ABEB
> >
> > Please vote accordingly:
> >
> > [ ] +1, accept RC as the official 0.10.0 release
> > [ ] 0, neutral because...
> > [ ] -1, do not accept RC as the official 0.10.0 release because...
> >
> > The vote will be open for 72 hours and close at 10am PST 10/7/2016.
> >
> > Regards,
> > Donald
> >
>


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

2016-10-06 Thread John D. Ament
Your website tells people to checkout your master branch to build from
source.  This is a big no-no from an ASF standpoint.  Snapshot builds
should only be for developer use.

CAn you double check your README files, missing headers.

John

On Tue, Oct 4, 2016 at 1:01 PM Donald Szeto  wrote:

> Hi all,
>
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
>
> Vote result on dev@:
>
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSEERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
>
> The original vote thread on dev@:
>
> http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCuaXTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
>
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
>
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
>
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
> 
>
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
>
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
>
> Unit and integration tests instructions can be found at:
>
> https://github.com/apache/incubator-predictionio/blob/release/0.10.0/tests/README.md
>
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine templates.
> The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
>
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
>
> The artifacts have been signed with Key : 8BF4ABEB
>
> Please vote accordingly:
>
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
>
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
>
> Regards,
> Donald
>


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

2016-10-06 Thread Alex Merritt
I'll second the second. Please and thank you to "binding" eyes on this
release.

+1 [non-binding]

On Thu, Oct 6, 2016 at 6:08 PM, Pat Ferrel  wrote:

> I’ll second the ping and since I’m much less polite than Donald I’d like
> to add that there are PRs and branches to be merged from a number of people
> that want to contribute. A release would be a shot in the arm to our
> growing community. Lots of good work is waiting on the vote.
>
> +1 [non-binding]
>
>
> On Oct 6, 2016, at 11:41 AM, Donald Szeto  wrote:
>
> Dear IPMC,
>
> This is a friendly reminder that the vote is closing in 24 hours. Would
> highly appreciate any feedback to this release candidate.
>
> Regards,
> Donald
>
> On Tuesday, October 4, 2016, Donald Szeto  wrote:
>
> > Hi all,
> >
> > The PredictionIO community has voted that 0.10.0-incubating-rc5 to be
> good
> > for a source-only release. This thread is to facilitate a voting for the
> > IPMC before a final official source-only release.
> >
> > Vote result on dev@:
> > http://mail-archives.apache.org/mod_mbox/incubator-
> > predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSE
> > ERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
> >
> > The original vote thread on dev@:
> > http://mail-archives.apache.org/mod_mbox/incubator-
> > predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCua
> > XTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
> >
> > The release candidate Git commit is:
> > 5db129aa94bb82674eb9c85c197cd6bb0afaea83
> >
> > The release candidate Git tag is:
> > v0.10.0-incubating-rc5
> >
> > The source-only release candidate artifacts can be downloaded here:
> > https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> > incubating-rc5/
> >
> > Test results of RC5 can be found here:
> > https://travis-ci.org/apache/incubator-predictionio/builds/164221633
> >
> > Build instructions of previous versions can be used on this RC:
> > http://predictionio.incubator.apache.org/install/install-sourcecode/
> >
> > Unit and integration tests instructions can be found at:
> > https://github.com/apache/incubator-predictionio/blob/
> > release/0.10.0/tests/README.md
> >
> > Maven artifacts are built from the release candidate artifacts above, and
> > are provided as convenience for testing with PredictionIO engine
> > templates. The Maven
> > artifacts are provided at the Maven staging repo here:
> > https://repository.apache.org/content/repositories/
> > orgapachepredictionio-1009/
> >
> > All JIRAs completed for this release are tagged with 'FixVersion =
> 0.10.0'.
> > You can view them here: https://issues.apache.org/
> > jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
> >
> > The artifacts have been signed with Key : 8BF4ABEB
> >
> > Please vote accordingly:
> >
> > [ ] +1, accept RC as the official 0.10.0 release
> > [ ] 0, neutral because...
> > [ ] -1, do not accept RC as the official 0.10.0 release because...
> >
> > The vote will be open for 72 hours and close at 10am PST 10/7/2016.
> >
> > Regards,
> > Donald
> >
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


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

2016-10-06 Thread Pat Ferrel
I’ll second the ping and since I’m much less polite than Donald I’d like to add 
that there are PRs and branches to be merged from a number of people that want 
to contribute. A release would be a shot in the arm to our growing community. 
Lots of good work is waiting on the vote.

+1 [non-binding]


On Oct 6, 2016, at 11:41 AM, Donald Szeto  wrote:

Dear IPMC,

This is a friendly reminder that the vote is closing in 24 hours. Would
highly appreciate any feedback to this release candidate.

Regards,
Donald

On Tuesday, October 4, 2016, Donald Szeto  wrote:

> Hi all,
> 
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
> 
> Vote result on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSE
> ERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
> 
> The original vote thread on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCua
> XTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
> 
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
> 
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
> 
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
> 
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
> 
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
> 
> Unit and integration tests instructions can be found at:
> https://github.com/apache/incubator-predictionio/blob/
> release/0.10.0/tests/README.md
> 
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine
> templates. The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
> 
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
> 
> The artifacts have been signed with Key : 8BF4ABEB
> 
> Please vote accordingly:
> 
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
> 
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
> 
> Regards,
> Donald
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



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

2016-10-06 Thread Donald Szeto
Dear IPMC,

This is a friendly reminder that the vote is closing in 24 hours. Would
highly appreciate any feedback to this release candidate.

Regards,
Donald

On Tuesday, October 4, 2016, Donald Szeto  wrote:

> Hi all,
>
> The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
> for a source-only release. This thread is to facilitate a voting for the
> IPMC before a final official source-only release.
>
> Vote result on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSE
> ERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E
>
> The original vote thread on dev@:
> http://mail-archives.apache.org/mod_mbox/incubator-
> predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCua
> XTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E
>
> The release candidate Git commit is:
> 5db129aa94bb82674eb9c85c197cd6bb0afaea83
>
> The release candidate Git tag is:
> v0.10.0-incubating-rc5
>
> The source-only release candidate artifacts can be downloaded here:
> https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
> incubating-rc5/
>
> Test results of RC5 can be found here:
> https://travis-ci.org/apache/incubator-predictionio/builds/164221633
>
> Build instructions of previous versions can be used on this RC:
> http://predictionio.incubator.apache.org/install/install-sourcecode/
>
> Unit and integration tests instructions can be found at:
> https://github.com/apache/incubator-predictionio/blob/
> release/0.10.0/tests/README.md
>
> Maven artifacts are built from the release candidate artifacts above, and
> are provided as convenience for testing with PredictionIO engine
> templates. The Maven
> artifacts are provided at the Maven staging repo here:
> https://repository.apache.org/content/repositories/
> orgapachepredictionio-1009/
>
> All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
> You can view them here: https://issues.apache.org/
> jira/secure/ReleaseNote.jspa?projectId=12320420=12337844
>
> The artifacts have been signed with Key : 8BF4ABEB
>
> Please vote accordingly:
>
> [ ] +1, accept RC as the official 0.10.0 release
> [ ] 0, neutral because...
> [ ] -1, do not accept RC as the official 0.10.0 release because...
>
> The vote will be open for 72 hours and close at 10am PST 10/7/2016.
>
> Regards,
> Donald
>


[VOTE] Release Apache PredictionIO 0.10.0 (incubating) RC5

2016-10-04 Thread Donald Szeto
Hi all,

The PredictionIO community has voted that 0.10.0-incubating-rc5 to be good
for a source-only release. This thread is to facilitate a voting for the
IPMC before a final official source-only release.

Vote result on dev@:
http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJgU4Ewgkh9zFCD9iXvUSEERcXn74pjbyReHheYXN4onw%40mail.gmail.com%3E

The original vote thread on dev@:
http://mail-archives.apache.org/mod_mbox/incubator-predictionio-dev/201610.mbox/%3CCAD8z1JJ4jPkmO42dZjB0bcLqCuaXTWhB1Z%3D5-aAx1iLuYha0iw%40mail.gmail.com%3E

The release candidate Git commit is:
5db129aa94bb82674eb9c85c197cd6bb0afaea83

The release candidate Git tag is:
v0.10.0-incubating-rc5

The source-only release candidate artifacts can be downloaded here:
https://dist.apache.org/repos/dist/dev/incubator/predictionio/0.10.0-
incubating-rc5/

Test results of RC5 can be found here:
https://travis-ci.org/apache/incubator-predictionio/builds/164221633

Build instructions of previous versions can be used on this RC:
http://predictionio.incubator.apache.org/install/install-sourcecode/

Unit and integration tests instructions can be found at:
https://github.com/apache/incubator-predictionio/blob/release/0.10.0/tests/README.md

Maven artifacts are built from the release candidate artifacts above, and
are provided as convenience for testing with PredictionIO engine templates.
The Maven
artifacts are provided at the Maven staging repo here:
https://repository.apache.org/content/repositories/
orgapachepredictionio-1009/

All JIRAs completed for this release are tagged with 'FixVersion = 0.10.0'.
You can view them here: https://issues.apache.org/
jira/secure/ReleaseNote.jspa?projectId=12320420=12337844

The artifacts have been signed with Key : 8BF4ABEB

Please vote accordingly:

[ ] +1, accept RC as the official 0.10.0 release
[ ] 0, neutral because...
[ ] -1, do not accept RC as the official 0.10.0 release because...

The vote will be open for 72 hours and close at 10am PST 10/7/2016.

Regards,
Donald