Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-21 Thread David Anderson
+1 (non-binding) I upgraded the flink-training-exercises project. I encountered a few rough edges, including problems in the docs, but nothing serious. I had to make some modifications to deal with changes in the Table API: ExternalCatalogTable.builder became new ExternalCatalogTableBuilder Tab

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-21 Thread Till Rohrmann
+1 (binding) - tested Flink's Java quickstarts - tested Yarn deployment - tested new web UI - run quickstart job on Flink cluster - reviewed release announcement and release notes Cheers, Till On Wed, Aug 21, 2019 at 1:34 PM Chesnay Schepler wrote: > +1 (binding) > > On 21/08/2019 08:09, Bowen

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-21 Thread Aljoscha Krettek
+1 I checked the last RC on a GCE cluster and was satisfied with the testing. The cherry-picked commits didn’t change anything related, so I’m forwarding my vote from there. Aljoscha > On 21. Aug 2019, at 13:34, Chesnay Schepler wrote: > > +1 (binding) > > On 21/08/2019 08:09, Bowen Li wrot

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-21 Thread Chesnay Schepler
+1 (binding) On 21/08/2019 08:09, Bowen Li wrote: +1 non-binding - built from source with default profile - manually ran SQL and Table API tests for Flink's metadata integration with Hive Metastore in local cluster - manually ran SQL tests for batch capability with Blink planner and Hive integr

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread Bowen Li
+1 non-binding - built from source with default profile - manually ran SQL and Table API tests for Flink's metadata integration with Hive Metastore in local cluster - manually ran SQL tests for batch capability with Blink planner and Hive integration (source/sink/udf) in local cluster - file f

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread Gary Yao
+1 (non-binding) Reran Jepsen tests 10 times. On Wed, Aug 21, 2019 at 5:35 AM vino yang wrote: > +1 (non-binding) > > - checkout source code and build successfully > - started a local cluster and ran some example jobs successfully > - verified signatures and hashes > - checked release notes and

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread vino yang
+1 (non-binding) - checkout source code and build successfully - started a local cluster and ran some example jobs successfully - verified signatures and hashes - checked release notes and post Best, Vino Stephan Ewen 于2019年8月21日周三 上午4:20写道: > +1 (binding) > > - Downloaded the binary release

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread Jark Wu
+1 (non-binding) - build the source release with Scala 2.12 and Scala 2.11 successfully - checked/verified signatures and hashes - checked that all POM files point to the same version - started a cluster, ran a SQL query to temporal join with kafka source and mysql jdbc table, and write results to

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread Stephan Ewen
+1 (binding) - Downloaded the binary release tarball - started a standalone cluster with four nodes - ran some examples through the Web UI - checked the logs - created a project from the Java quickstarts maven archetype - ran a multi-stage DataSet job in batch mode - killed as TaskManager a

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-20 Thread Tzu-Li (Gordon) Tai
+1 Legal checks: - verified signatures and hashes - New bundled Javascript dependencies for flink-runtime-web are correctly reflected under licenses-binary and NOTICE file. - locally built from source (Scala 2.12, without Hadoop) - No missing artifacts in staging repo - No binaries in source relea

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-19 Thread Zili Chen
+1 (non-binding) - build from source: OK(8u212) - check local setup tutorial works as expected Best, tison. Yu Li 于2019年8月20日周二 上午8:24写道: > +1 (non-binding) > > - checked release notes: OK > - checked sums and signatures: OK > - repository appears to contain all expected artifacts > - source

Re: [VOTE] Apache Flink 1.9.0, release candidate #3

2019-08-19 Thread Yu Li
+1 (non-binding) - checked release notes: OK - checked sums and signatures: OK - repository appears to contain all expected artifacts - source release - contains no binaries: OK - contains no 1.9-SNAPSHOT references: OK - build from source: OK (8u102) - binary release - no exam