Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Aljoscha Krettek
+1 I ran an example with a custom operator that processes high-volume kafka input/output and has a large state size. I ran this on 10 GCE nodes. > On 25 Nov 2015, at 14:58, Till Rohrmann wrote: > > Alright, then I withdraw my remark concerning testdata.avro. > > On

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Ufuk Celebi
+1 - Verified hashes and signatures - Ran example jobs on YARN with vanilla Hadoop vesions (on 4 GCE nodes): * 2.7.1 with Flink Hadoop 2.7 binary, Scala 2.10 and 11 * 2.6.2 with Flink Hadoop 2.6 binary, Scala 2.10 * 2.4.1 with Flink Hadoop 2.4 binary, Scala 2.10 * 2.3.0 with Flink Hadoop

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Henry Saputra
+1 LICENSE file looks good in source artifact NOTICE file looks good in source artifact Signature file looks good in source artifact Hash files looks good in source artifact No 3rd party executables in source artifact Source compiled All tests are passed Run standalone mode test app - Henry On

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Robert Metzger
+1 - Build a maven project with the staging repository - started Flink on YARN on a CDH 5.4.5 / Hadoop 2.6.0-cdh5.4.5 cluster with YARN and HDFS HA - ran some kafka (0.8.2.0) read / write experiments - job cancellation with yarn is working ;) I found the following issue while testing:

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Stephan Ewen
@Till I think the avro test data file is okay, the "no binaries" policy refers to binary executables, as far as I know. On Wed, Nov 25, 2015 at 2:54 PM, Till Rohrmann wrote: > Checked checksums for src release and Hadoop 2.7 Scala 2.10 release > > Checked binaries in

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Stephan Ewen
+1 - License and Notice are good - ran all tests (including manual tests) work for hadoop 2.3.0 - Scala 2.10 - ran all tests for hadoop 2.7.0 - Scala 2.11 - ran all examples, several on larger external data - checked web frontend - checked quickstart archetypes On Tue, Nov 24, 2015 at

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Till Rohrmann
Checked checksums for src release and Hadoop 2.7 Scala 2.10 release Checked binaries in source release - contains ./flink-staging/flink-avro/src/test/resources/testdata.avro License - no new files added which are relevant for licensing Build Flink and run tests from source release for Hadoop

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-25 Thread Till Rohrmann
Alright, then I withdraw my remark concerning testdata.avro. On Wed, Nov 25, 2015 at 2:56 PM, Stephan Ewen wrote: > @Till I think the avro test data file is okay, the "no binaries" policy > refers to binary executables, as far as I know. > > On Wed, Nov 25, 2015 at 2:54 PM,

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Stephan Ewen
Hi Slava! I think the problem with your build is the file handles. It shows in various points: Exception in thread "main" java.lang.InternalError: java.io.FileNotFoundException: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/ext/localedata.jar (Too many open files in

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Vyacheslav Zholudev
I'm having trouble building release-0.10.1-rc1 with parameters: mvn clean install -Dhadoop.version=2.6.0.2.2.6.0-2800 -Pvendor-repos Env: maven 3, JDK 7, MacOS 10.10.5 Attached maven log when it started to produce failing tests. P.S. I had to kill the build process since it got stuck (probably

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Gyula Fóra
Hi, Regarding my previous comment for the Kafka/Zookeeper issue, let's discuss if this is critical enough so we want to include it in this release or the next bugfix. I will try to further investigate the reason the job failed in the first place (we suspect broker failure) Cheers, Gyula

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Vyacheslav Zholudev
Sorry, should have paid attention to the stacktraces. And actually I see than Java8 got picked up. Will try to fix the issue and rerun -- View this message in context:

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Gyula Fóra
Hi, I vote -1 for the RC due to the fact that the zookeeper deadlock issue was not completely solved. Robert could find the problem with the dependency management plugin and has opened a PR: [FLINK-3067] Enforce zkclient 0.7 for Kafka https://github.com/apache/flink/pull/1399 Cheers, Gyula

Re: [VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-24 Thread Vyacheslav Zholudev
I can confirm that the build works fine when increasing a max number of opened files. Sorry for confusion. -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/VOTE-Release-Apache-Flink-0-10-1-release-0-10-0-rc1-tp9296p9327.html Sent from the Apache

[VOTE] Release Apache Flink 0.10.1 (release-0.10.0-rc1)

2015-11-23 Thread Robert Metzger
Hi All, this is the first bugfix release for the 0.10 series of Flink. I've CC'ed the user@ list if users are interested in helping to verify the release. It contains fixes for critical issues, in particular: - FLINK-3021 Fix class loading issue for streaming sources - FLINK-2974 Add periodic