+1 Overall, I'm +1, but I'm wondering whether the quickstart poms need a clean up (I've started a discussion about this). My main concern is that they might confuse new users (two ways of doing essentially the same thing).
Verified: # Legal - Check if checksums and GPG files match the corresponding release files - Check if the source release is building properly with Maven (OS X, GCE Debian) - Verify that the source archives do not contain any binaries - Read the README.md file # Functional - Run the start-local.sh/start-local-streaming.sh, start-cluster.sh/start-cluster-streaming.sh, start-webclient.sh scripts and verify that the processes come up (GCE Debian) - Verify that the examples are running from both ./bin/flink and from the web-based job submission tool (GCE Debian with built-in data) - Test on a cluster with HDFS (local split assignment) - Test the ./bin/flink command line client (info & -p overrides default parallelism) - Run examples on a YARN cluster (GCE Debian with built-in data) - Run an example with the RemoteEnvironment against a cluster started from the shell script - Run all examples from IntelliJ On 18 Jun 2015, at 13:46, Maximilian Michels <m...@apache.org> wrote: > Please vote on releasing the following candidate as Apache Flink version > 0.9.0. > > ------------------------------------------------------------- > The commit to be voted on: > 0a35271dba4675311eb3094d8669a876efd285a9 > > Branch: > release-0.9.0-rc4 ( > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git;a=shortlog;h=refs/heads/release-0.9.0-rc4 > ) > > The release artifacts to be voted on can be found at: > http://people.apache.org/~mxm/flink-0.9.0-rc4/ > > Release artifacts are signed with the key with fingerprint C2909CBF: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > https://repository.apache.org/content/repositories/orgapacheflink-1042 > ------------------------------------------------------------- > > Please vote on releasing this package as Apache Flink 0.9.0. > > 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 ends on Tuesday (June 23, 2015). > > [ ] +1 Release this package as Apache Flink 0.9.0 > [ ] -1 Do not release this package because ... > > > The following commits have been added since the last release candidate > (release-0.9.0-rc3): > > 61f17f8 [core] Fix typo in DataSinkTask error message > d47405b [streaming] Fix out-of-sync class-level docs of SourceFunction > bbd08f3 Revert "[FLINK-2203] handling null values for RowSerializer" > d6ad294 Revert "[FLINK-2210] Table API support for aggregation on columns > with null values"