[VOTE] Release Apache Flink 0.8.1 (RC2)

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[VOTE] Release Apache Flink 0.8.1 (RC2)

Robert Metzger
Please vote on releasing the following candidate as Apache Flink version
0.8.1

Please check the release carefully. There were quite a few last-minute fixes

This is a bugfix release for 0.8.0.

-------------------------------------------------------------
The commit to be voted on is in the branch "release-0.8.1-rc2"
(commit b35e7460
<http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460

The release artifacts to be voted on can be found at:
http://people.apache.org/~rmetzger/flink-0.8.1-rc2/

Release artifacts are signed with the following key:
*https://people.apache.org/keys/committer/rmetzger.asc
<https://people.apache.org/keys/committer/rmetzger.asc>*

The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapacheflink-1033
-------------------------------------------------------------


Please vote on releasing this package as Apache Flink 0.8.1.

The vote is open for the next 72 hours and passes if a majority of at least
three +1 PMC votes are cast.
The vote will end on Wednesday.

[ ] +1 Release this package as Apache Flink 0.8.1
[ ] -1 Do not release this package because ...
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Fabian Hueske-2
- checked all checksums and signatures
- checked running examples with build-in data on local setup on Windows 8.1
(hadoop1.tgz, hadoop2.tgz)

2015-02-16 15:54 GMT+01:00 Robert Metzger <[hidden email]>:

> Please vote on releasing the following candidate as Apache Flink version
> 0.8.1
>
> Please check the release carefully. There were quite a few last-minute
> fixes
>
> This is a bugfix release for 0.8.0.
>
> -------------------------------------------------------------
> The commit to be voted on is in the branch "release-0.8.1-rc2"
> (commit b35e7460
> <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
>
> The release artifacts to be voted on can be found at:
> http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
>
> Release artifacts are signed with the following key:
> *https://people.apache.org/keys/committer/rmetzger.asc
> <https://people.apache.org/keys/committer/rmetzger.asc>*
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapacheflink-1033
> -------------------------------------------------------------
>
>
> Please vote on releasing this package as Apache Flink 0.8.1.
>
> The vote is open for the next 72 hours and passes if a majority of at least
> three +1 PMC votes are cast.
> The vote will end on Wednesday.
>
> [ ] +1 Release this package as Apache Flink 0.8.1
> [ ] -1 Do not release this package because ...
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Stephan Ewen
+1

 - All versions are correct
 - No binaries in the release
 - License headers are good
 - Verified that LICENSE and NOTICE files reflect the source and binary
dependencies accordingly
 - Readme looks good, URLs refer to post-graduation website
 - code compiles, all tests pass
 - ran examples in local mode
 - ran examples in a local 2 node cluster
 - checked plan visualizer standalone
 - checked plan visualizer web frontend
 - validated log output - no error messages encountered

Good release all in all :-)


On Mon, Feb 16, 2015 at 4:38 PM, Fabian Hueske <[hidden email]> wrote:

> - checked all checksums and signatures
> - checked running examples with build-in data on local setup on Windows 8.1
> (hadoop1.tgz, hadoop2.tgz)
>
> 2015-02-16 15:54 GMT+01:00 Robert Metzger <[hidden email]>:
>
> > Please vote on releasing the following candidate as Apache Flink version
> > 0.8.1
> >
> > Please check the release carefully. There were quite a few last-minute
> > fixes
> >
> > This is a bugfix release for 0.8.0.
> >
> > -------------------------------------------------------------
> > The commit to be voted on is in the branch "release-0.8.1-rc2"
> > (commit b35e7460
> > <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> > http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
> >
> > The release artifacts to be voted on can be found at:
> > http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
> >
> > Release artifacts are signed with the following key:
> > *https://people.apache.org/keys/committer/rmetzger.asc
> > <https://people.apache.org/keys/committer/rmetzger.asc>*
> >
> > The staging repository for this release can be found at:
> > https://repository.apache.org/content/repositories/orgapacheflink-1033
> > -------------------------------------------------------------
> >
> >
> > Please vote on releasing this package as Apache Flink 0.8.1.
> >
> > The vote is open for the next 72 hours and passes if a majority of at
> least
> > three +1 PMC votes are cast.
> > The vote will end on Wednesday.
> >
> > [ ] +1 Release this package as Apache Flink 0.8.1
> > [ ] -1 Do not release this package because ...
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Fabian Hueske-2
+1 (forgot that earlier)

2015-02-16 17:03 GMT+01:00 Stephan Ewen <[hidden email]>:

> +1
>
>  - All versions are correct
>  - No binaries in the release
>  - License headers are good
>  - Verified that LICENSE and NOTICE files reflect the source and binary
> dependencies accordingly
>  - Readme looks good, URLs refer to post-graduation website
>  - code compiles, all tests pass
>  - ran examples in local mode
>  - ran examples in a local 2 node cluster
>  - checked plan visualizer standalone
>  - checked plan visualizer web frontend
>  - validated log output - no error messages encountered
>
> Good release all in all :-)
>
>
> On Mon, Feb 16, 2015 at 4:38 PM, Fabian Hueske <[hidden email]> wrote:
>
> > - checked all checksums and signatures
> > - checked running examples with build-in data on local setup on Windows
> 8.1
> > (hadoop1.tgz, hadoop2.tgz)
> >
> > 2015-02-16 15:54 GMT+01:00 Robert Metzger <[hidden email]>:
> >
> > > Please vote on releasing the following candidate as Apache Flink
> version
> > > 0.8.1
> > >
> > > Please check the release carefully. There were quite a few last-minute
> > > fixes
> > >
> > > This is a bugfix release for 0.8.0.
> > >
> > > -------------------------------------------------------------
> > > The commit to be voted on is in the branch "release-0.8.1-rc2"
> > > (commit b35e7460
> > > <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> > > http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
> > >
> > > The release artifacts to be voted on can be found at:
> > > http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
> > >
> > > Release artifacts are signed with the following key:
> > > *https://people.apache.org/keys/committer/rmetzger.asc
> > > <https://people.apache.org/keys/committer/rmetzger.asc>*
> > >
> > > The staging repository for this release can be found at:
> > > https://repository.apache.org/content/repositories/orgapacheflink-1033
> > > -------------------------------------------------------------
> > >
> > >
> > > Please vote on releasing this package as Apache Flink 0.8.1.
> > >
> > > The vote is open for the next 72 hours and passes if a majority of at
> > least
> > > three +1 PMC votes are cast.
> > > The vote will end on Wednesday.
> > >
> > > [ ] +1 Release this package as Apache Flink 0.8.1
> > > [ ] -1 Do not release this package because ...
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Robert Metzger
+1

I've checked the RC on a HDP 2.2 sandbox (using Flink on YARN). Also ran
wordcount on it.
The hadoop1 quickstarts have the correct version set (that was an issue
with the RC before)

On Mon, Feb 16, 2015 at 5:59 PM, Fabian Hueske <[hidden email]> wrote:

> +1 (forgot that earlier)
>
> 2015-02-16 17:03 GMT+01:00 Stephan Ewen <[hidden email]>:
>
> > +1
> >
> >  - All versions are correct
> >  - No binaries in the release
> >  - License headers are good
> >  - Verified that LICENSE and NOTICE files reflect the source and binary
> > dependencies accordingly
> >  - Readme looks good, URLs refer to post-graduation website
> >  - code compiles, all tests pass
> >  - ran examples in local mode
> >  - ran examples in a local 2 node cluster
> >  - checked plan visualizer standalone
> >  - checked plan visualizer web frontend
> >  - validated log output - no error messages encountered
> >
> > Good release all in all :-)
> >
> >
> > On Mon, Feb 16, 2015 at 4:38 PM, Fabian Hueske <[hidden email]>
> wrote:
> >
> > > - checked all checksums and signatures
> > > - checked running examples with build-in data on local setup on Windows
> > 8.1
> > > (hadoop1.tgz, hadoop2.tgz)
> > >
> > > 2015-02-16 15:54 GMT+01:00 Robert Metzger <[hidden email]>:
> > >
> > > > Please vote on releasing the following candidate as Apache Flink
> > version
> > > > 0.8.1
> > > >
> > > > Please check the release carefully. There were quite a few
> last-minute
> > > > fixes
> > > >
> > > > This is a bugfix release for 0.8.0.
> > > >
> > > > -------------------------------------------------------------
> > > > The commit to be voted on is in the branch "release-0.8.1-rc2"
> > > > (commit b35e7460
> > > > <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> > > > http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
> > > >
> > > > The release artifacts to be voted on can be found at:
> > > > http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
> > > >
> > > > Release artifacts are signed with the following key:
> > > > *https://people.apache.org/keys/committer/rmetzger.asc
> > > > <https://people.apache.org/keys/committer/rmetzger.asc>*
> > > >
> > > > The staging repository for this release can be found at:
> > > >
> https://repository.apache.org/content/repositories/orgapacheflink-1033
> > > > -------------------------------------------------------------
> > > >
> > > >
> > > > Please vote on releasing this package as Apache Flink 0.8.1.
> > > >
> > > > The vote is open for the next 72 hours and passes if a majority of at
> > > least
> > > > three +1 PMC votes are cast.
> > > > The vote will end on Wednesday.
> > > >
> > > > [ ] +1 Release this package as Apache Flink 0.8.1
> > > > [ ] -1 Do not release this package because ...
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Márton Balassi-3
+1

Checked signatures, checksums, pom. Built from src, run local examples.

On Tue, Feb 17, 2015 at 11:59 PM, Robert Metzger <[hidden email]>
wrote:

> +1
>
> I've checked the RC on a HDP 2.2 sandbox (using Flink on YARN). Also ran
> wordcount on it.
> The hadoop1 quickstarts have the correct version set (that was an issue
> with the RC before)
>
> On Mon, Feb 16, 2015 at 5:59 PM, Fabian Hueske <[hidden email]> wrote:
>
> > +1 (forgot that earlier)
> >
> > 2015-02-16 17:03 GMT+01:00 Stephan Ewen <[hidden email]>:
> >
> > > +1
> > >
> > >  - All versions are correct
> > >  - No binaries in the release
> > >  - License headers are good
> > >  - Verified that LICENSE and NOTICE files reflect the source and binary
> > > dependencies accordingly
> > >  - Readme looks good, URLs refer to post-graduation website
> > >  - code compiles, all tests pass
> > >  - ran examples in local mode
> > >  - ran examples in a local 2 node cluster
> > >  - checked plan visualizer standalone
> > >  - checked plan visualizer web frontend
> > >  - validated log output - no error messages encountered
> > >
> > > Good release all in all :-)
> > >
> > >
> > > On Mon, Feb 16, 2015 at 4:38 PM, Fabian Hueske <[hidden email]>
> > wrote:
> > >
> > > > - checked all checksums and signatures
> > > > - checked running examples with build-in data on local setup on
> Windows
> > > 8.1
> > > > (hadoop1.tgz, hadoop2.tgz)
> > > >
> > > > 2015-02-16 15:54 GMT+01:00 Robert Metzger <[hidden email]>:
> > > >
> > > > > Please vote on releasing the following candidate as Apache Flink
> > > version
> > > > > 0.8.1
> > > > >
> > > > > Please check the release carefully. There were quite a few
> > last-minute
> > > > > fixes
> > > > >
> > > > > This is a bugfix release for 0.8.0.
> > > > >
> > > > > -------------------------------------------------------------
> > > > > The commit to be voted on is in the branch "release-0.8.1-rc2"
> > > > > (commit b35e7460
> > > > > <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> > > > > http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
> > > > >
> > > > > The release artifacts to be voted on can be found at:
> > > > > http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
> > > > >
> > > > > Release artifacts are signed with the following key:
> > > > > *https://people.apache.org/keys/committer/rmetzger.asc
> > > > > <https://people.apache.org/keys/committer/rmetzger.asc>*
> > > > >
> > > > > The staging repository for this release can be found at:
> > > > >
> > https://repository.apache.org/content/repositories/orgapacheflink-1033
> > > > > -------------------------------------------------------------
> > > > >
> > > > >
> > > > > Please vote on releasing this package as Apache Flink 0.8.1.
> > > > >
> > > > > The vote is open for the next 72 hours and passes if a majority of
> at
> > > > least
> > > > > three +1 PMC votes are cast.
> > > > > The vote will end on Wednesday.
> > > > >
> > > > > [ ] +1 Release this package as Apache Flink 0.8.1
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.8.1 (RC2)

Henry Saputra
In reply to this post by Robert Metzger
Signature source file looks good
Checksum source file looks good
LICENSE file looks good
NOTICE file looks good
README looks good
No 3rd part executable
Compiled and run tests


+1


- Henry


On Mon, Feb 16, 2015 at 6:54 AM, Robert Metzger <[hidden email]> wrote:

> Please vote on releasing the following candidate as Apache Flink version
> 0.8.1
>
> Please check the release carefully. There were quite a few last-minute fixes
>
> This is a bugfix release for 0.8.0.
>
> -------------------------------------------------------------
> The commit to be voted on is in the branch "release-0.8.1-rc2"
> (commit b35e7460
> <http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460>):
> http://git-wip-us.apache.org/repos/asf/flink/commit/b35e7460
>
> The release artifacts to be voted on can be found at:
> http://people.apache.org/~rmetzger/flink-0.8.1-rc2/
>
> Release artifacts are signed with the following key:
> *https://people.apache.org/keys/committer/rmetzger.asc
> <https://people.apache.org/keys/committer/rmetzger.asc>*
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapacheflink-1033
> -------------------------------------------------------------
>
>
> Please vote on releasing this package as Apache Flink 0.8.1.
>
> The vote is open for the next 72 hours and passes if a majority of at least
> three +1 PMC votes are cast.
> The vote will end on Wednesday.
>
> [ ] +1 Release this package as Apache Flink 0.8.1
> [ ] -1 Do not release this package because ...