+1 (binding)

Tested:
On a CDH 5.4.5 cluster with 7 Nodes, Hadoop 2.6.0 with YARN HA and HDFS HA
enabled.
- Build and tested Flink from the source release against a custom Hadoop
version: (L3, L3.1) from an empty local maven repository
 mvn clean install -Pvendor-repos -Dhadoop.version=2.6.0-cdh5.4.5
---> tests passed

- YARN:
  - KMeans, Connected Components example with build in data
- WordCount with data
 - KMeans from HDFS
- Noticed minor bug FLINK-2598 when submitting a single job to YARN and
parameters are missing. There is a proper error message, but there is also
an ugly NPE follow up. The functionality is not limited by this issue. It
does not occur in 0.10-SNAPSHOT.

- Kafka (0.8.2.0, 7 brokers)
 - I wrote and read from a Kafka Topic
 - Flink is properly handling the task restart in case of a TaskManager
failure and in when a Kafka Broker is killed.



On CDH 5.3.0 (1 node VM), with Kerberos Authentication, using
flink-0.9.1-bin-hadoop24.tgz:
- YARN deployment & wordcount from HDFS is working

- no unwanted dependencies in the fat jar.





On Sun, Aug 30, 2015 at 2:19 PM, Ufuk Celebi <u...@apache.org> wrote:

> +1 (binding)
>
> - Checked checksums, GPG
> - Release does not contain any binaries
> - Building properly (custom Hadoop versions as well)
> - POMs point to same parent version
> - Read README.md
> - Local start/stop scripts
> - Ran example jobs
> - Quickstart dependencies
>
>
> On Sun, Aug 30, 2015 at 12:05 PM, Stephan Ewen <se...@apache.org> wrote:
>
> > +1
> >
> > Performed the following checks:
> >  - Checked LICENSE / NOTICE files
> >  - Checked the README file
> >  - Built against Hadoop 2.6.0
> >  - Built against Scala 2.11
> >  - Executed all tests
> >  - Builds in IntelliJ
> >  - Manual tests all work
> >
> >
> > On Fri, Aug 28, 2015 at 1:27 PM, Ufuk Celebi <u...@apache.org> wrote:
> >
> > > Dear community,
> > >
> > > Please vote on releasing the following candidate as Apache Flink
> version
> > > 0.9.1. This is a maintenance release for Flink's latest stable version.
> > The
> > > candidate fixes 38 issues [1] and adds 47 commits.
> > >
> > > This is the second RC for this release.
> > >
> > > -------------------------------------------------------------
> > > The commit to be voted on:
> > > be932cd52ba41cfc6f45846acfd4b8a3a473ced2
> > >
> > > Branch:
> > > release-0.9.1-rc1 (
> > >
> > >
> >
> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git;a=shortlog;h=refs/heads/release-0.9.1-rc1
> > > )
> > >
> > > The release artifacts to be voted on can be found at:
> > > http://people.apache.org/~uce/flink-0.9.1-rc1/
> > >
> > > Release artifacts are signed with the key with fingerprint 9D403309:
> > > http://www.apache.org/dist/flink/KEYS
> > >
> > > The staging repository for this release can be found at:
> > > https://repository.apache.org/content/repositories/orgapacheflink-1044
> > > -------------------------------------------------------------
> > >
> > > Please vote on releasing this package as Apache Flink 0.9.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 ends on Monday (August 31, 2015).
> > >
> > > [ ] +1 Release this package as Apache Flink 0.9.1
> > > [ ] -1 Do not release this package, because...
> > >
> > > – Ufuk
> > >
> > > [1]
> > >
> > >
> >
> https://issues.apache.org/jira/browse/FLINK-2572?jql=project%20%3D%20FLINK%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened%2C%20Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.9.1
> > >
> >
>

Reply via email to