Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread vino yang
+1 - checkout 1.6 source code and successfully run `mvn clean package -DskipTests` - searched '1.5' and '1.5.2' in all modules pom file and successfully verified flink version was changed - successfully run table and sql test locally Thanks, vino. Timo Walther 于2018年8月9日周四 上午3:24写道: > +1 > >

[jira] [Created] (FLINK-10105) Test failure because of jobmanager.execution.failover-strategy is outdated

2018-08-08 Thread vinoyang (JIRA)
vinoyang created FLINK-10105: Summary: Test failure because of jobmanager.execution.failover-strategy is outdated Key: FLINK-10105 URL: https://issues.apache.org/jira/browse/FLINK-10105 Project: Flink

[Discussion] Move cluster creation functions from flink-cli.sh to other scripts

2018-08-08 Thread Renjie Liu
Hi: Flink 1.5.0 brings new deployment mode and we are able to provid a single cluster for our jobs which manages resources elastically. However, this also brings challenges for our cluster management since users can submit jobs or create yarn cluster in the same flink-cli.sh. Here is the motivation

[jira] [Created] (FLINK-10104) Job super slow to start

2018-08-08 Thread Florian (JIRA)
Florian created FLINK-10104: --- Summary: Job super slow to start Key: FLINK-10104 URL: https://issues.apache.org/jira/browse/FLINK-10104 Project: Flink Issue Type: Bug Affects Versions: 1.5.2

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Timo Walther
+1 - successfully run `mvn clean verify` locally - successfully run end-to-end tests locally (except for SQL Client end-to-end test) Found a bug in the class loading of SQL JAR files. This is not a blocker but a bug that we should fix soon. As an easy workaround user should not use different

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Dawid Wysakowicz
+1 - verified compilation, tests - verified checksum and gpg files - verified sbt templates (g8, quickstart) - run assemblies on local cluster - I could not execute the nightly-tests.sh though. The tests that were failing most often are:     - test_streaming_file_sink.sh     - test_streaming_elas

[jira] [Created] (FLINK-10103) Refine built-in-functions docs for SQL

2018-08-08 Thread Hequn Cheng (JIRA)
Hequn Cheng created FLINK-10103: --- Summary: Refine built-in-functions docs for SQL Key: FLINK-10103 URL: https://issues.apache.org/jira/browse/FLINK-10103 Project: Flink Issue Type: Improvement

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Chesnay Schepler
I did not use the tools/list_deps.py script as I wasn't aware that it existed. Even if I were I wouldn't have used it and in fact would advocate for removing it. It manually parses and constructs dependency information which is utterly unnecessary as maven already provides this functionality,

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Aljoscha Krettek
+1 - verified checksum and gpg files - verified LICENSE and NOTICE: NOTICE didn't change from 1.5, LICENSE had one unnecessary part removed Side comment: I'm not sure whether the "Verify that the LICENSE and NOTICE file is correct for the binary and source releases" part is valid anymore becaus

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Chesnay Schepler
+1 - verified source release contains no binaries - verified correct versions in source release - verified compilation, tests and E2E-tests pass (on travis) - verified checksum and gpg files New dependencies (excluding dependencies where we simply depend on a different version now): Apache

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Till Rohrmann
Thanks for reporting these problems Chesnay. The usage string in `standalone-job.sh` is out dated and should be updated. The same applies to the typo. When calling `standalone-job.sh start --job-classname foobar.Job` please make sure that the user code jar is contained in the classpath (e.g. putti

[jira] [Created] (FLINK-10102) EXECUTION_FAILOVER_STRATEGY docs are wrong

2018-08-08 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10102: Summary: EXECUTION_FAILOVER_STRATEGY docs are wrong Key: FLINK-10102 URL: https://issues.apache.org/jira/browse/FLINK-10102 Project: Flink Issue Type

[jira] [Created] (FLINK-10101) Mesos web ui url is missing.

2018-08-08 Thread Renjie Liu (JIRA)
Renjie Liu created FLINK-10101: -- Summary: Mesos web ui url is missing. Key: FLINK-10101 URL: https://issues.apache.org/jira/browse/FLINK-10101 Project: Flink Issue Type: Bug Components

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Chesnay Schepler
I found some issues with the standalone-job.sh script. I ran "./bin/standalone-job.sh start" as described by the usage string. 2018-08-08 09:22:34,385 ERROR org.apache.flink.runtime.entrypoint.ClusterEntrypoint - Could not parse command line arguments [--configDir, /home/zent

[jira] [Created] (FLINK-10100) Optimizer pushes partitioning past Null-Filter

2018-08-08 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-10100: - Summary: Optimizer pushes partitioning past Null-Filter Key: FLINK-10100 URL: https://issues.apache.org/jira/browse/FLINK-10100 Project: Flink Issue Type:

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-08 Thread Piotr Nowojski
+1 from my side I’ve spent some time playing around with various examples (batching, streaming and SQL) on EMR 6 nodes cluster with yarn deployment, with different configuration options (number of task managers/memory/Flip6/credit base flow control/metrics) and everything looks now fine (after