flink git commit: [FLINK-9145] [table] Clean up flink-table dependencies

2018-04-16 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 71c3cd278 -> 185b904aa [FLINK-9145] [table] Clean up flink-table dependencies This closes #5853. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/185b904a Tree:

flink git commit: [FLINK-9145] [table] Clean up flink-table dependencies

2018-04-16 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.5 f97c0c15e -> c6d45b922 [FLINK-9145] [table] Clean up flink-table dependencies This closes #5853. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c6d45b92 Tree:

[10/11] flink git commit: [FLINK-8370][REST] Port AggregatingMetricsHandler to flip6

2018-04-16 Thread chesnay
[FLINK-8370][REST] Port AggregatingMetricsHandler to flip6 This closes #5805. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c0410d80 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c0410d80 Diff:

[09/11] flink git commit: [FLINK-8370][REST] Port AggregatingMetricsHandler to flip6

2018-04-16 Thread chesnay
[FLINK-8370][REST] Port AggregatingMetricsHandler to flip6 This closes #5805. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/23d45436 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/23d45436 Diff:

[05/11] flink git commit: [FLINK-9173][REST] Improve client error message for parsing failures

2018-04-16 Thread chesnay
[FLINK-9173][REST] Improve client error message for parsing failures - print parsing exception for expected type, not error - add toString implemented to JsonResponse Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/50504ced

[09/11] flink git commit: [FLINK-8370][REST] Port AggregatingMetricsHandler to flip6

2018-04-16 Thread chesnay
http://git-wip-us.apache.org/repos/asf/flink/blob/c0410d80/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/metrics/AggregatingMetricsHandlerTestBase.java -- diff --git

[05/11] flink git commit: [hotfix][metrics] Make MessageParameter constructor protected

2018-04-16 Thread chesnay
[hotfix][metrics] Make MessageParameter constructor protected Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1cd7c423 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1cd7c423 Diff:

[02/11] flink git commit: [FLINK-8961][tests] Port JobRetrievalITCase to flip6

2018-04-16 Thread chesnay
[FLINK-8961][tests] Port JobRetrievalITCase to flip6 This closes #5730. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2266eb01 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2266eb01 Diff:

[06/11] flink git commit: [FLINK-9173][REST] Improve client error message for parsing failures

2018-04-16 Thread chesnay
[FLINK-9173][REST] Improve client error message for parsing failures - print parsing exception for expected type, not error - add toString implemented to JsonResponse Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e95fa5a4

[11/11] flink git commit: [FLINK-9177][docs] Update Mesos getting started link

2018-04-16 Thread chesnay
[FLINK-9177][docs] Update Mesos getting started link This closes #5850. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4f73c8dc Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4f73c8dc Diff:

[01/11] flink git commit: [hotfix][metrics] Allow QueryParameter converters to throw ConversionExceptions

2018-04-16 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 185b904aa -> 27be32e8a [hotfix][metrics] Allow QueryParameter converters to throw ConversionExceptions Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4645d3c0 Tree:

[07/11] flink git commit: [hotfix][tests] Add MCR constructor accepting configuration and type

2018-04-16 Thread chesnay
[hotfix][tests] Add MCR constructor accepting configuration and type Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8eb4604c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8eb4604c Diff:

[08/11] flink git commit: [FLINK-9045][REST] Make createLocalEnvironmentWithWebUI more user-friendly logging message for web UI address

2018-04-16 Thread chesnay
[FLINK-9045][REST] Make createLocalEnvironmentWithWebUI more user-friendly logging message for web UI address -add back known logging mesages about webUI address -do not set random port in local stream environment This closes #5814. Project: http://git-wip-us.apache.org/repos/asf/flink/repo

[11/11] flink git commit: [FLINK-9045][REST] Make createLocalEnvironmentWithWebUI more user-friendly logging message for web UI address

2018-04-16 Thread chesnay
[FLINK-9045][REST] Make createLocalEnvironmentWithWebUI more user-friendly logging message for web UI address -add back known logging mesages about webUI address -do not set random port in local stream environment This closes #5814. Project: http://git-wip-us.apache.org/repos/asf/flink/repo

[02/11] flink git commit: [FLINK-8961][tests] Port JobRetrievalITCase to flip6

2018-04-16 Thread chesnay
[FLINK-8961][tests] Port JobRetrievalITCase to flip6 This closes #5730. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2cc77f9f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2cc77f9f Diff:

[04/11] flink git commit: [hotfix][tests] Add MCR constructor accepting configuration and type

2018-04-16 Thread chesnay
[hotfix][tests] Add MCR constructor accepting configuration and type Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a0a24b27 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a0a24b27 Diff:

[01/11] flink git commit: [hotfix][metrics] Make MessageParameter constructor protected

2018-04-16 Thread chesnay
Repository: flink Updated Branches: refs/heads/release-1.5 c6d45b922 -> a241d2af7 [hotfix][metrics] Make MessageParameter constructor protected Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a562e5d4 Tree:

[03/11] flink git commit: [FLINK-8961][tests] Add MiniClusterResource#getClientConfiguration

2018-04-16 Thread chesnay
[FLINK-8961][tests] Add MiniClusterResource#getClientConfiguration Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5423d0e2 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5423d0e2 Diff:

[10/11] flink git commit: [hotfix][metrics] Allow QueryParameter converters to throw ConversionExceptions

2018-04-16 Thread chesnay
[hotfix][metrics] Allow QueryParameter converters to throw ConversionExceptions Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f579f745 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f579f745 Diff:

[2/2] flink git commit: [FLINK-9089] [orc] Upgrade Orc dependency from 1.4.1 to 1.4.3.

2018-04-16 Thread fhueske
[FLINK-9089] [orc] Upgrade Orc dependency from 1.4.1 to 1.4.3. This closes #5826. This closes #1990. // closing old PR Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/afad30a5 Tree:

[1/2] flink git commit: [FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs.

2018-04-16 Thread fhueske
Repository: flink Updated Branches: refs/heads/master 27be32e8a -> b005ea353 [FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs. This closes #5858. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[2/2] flink git commit: [FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs.

2018-04-16 Thread fhueske
[FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs. This closes #5858. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fc58f987 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fc58f987

[1/2] flink git commit: [FLINK-9089] [orc] Upgrade Orc dependency from 1.4.1 to 1.4.3.

2018-04-16 Thread fhueske
Repository: flink Updated Branches: refs/heads/release-1.5 a241d2af7 -> fc58f9871 [FLINK-9089] [orc] Upgrade Orc dependency from 1.4.1 to 1.4.3. This closes #5826. This closes #1990. // closing old PR Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs.

2018-04-16 Thread fhueske
Repository: flink Updated Branches: refs/heads/release-1.4 e76b10d07 -> a9b497749 [FLINK-9183] [docs] Add warning about idle partitions to Kafka connector docs. This closes #5858. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-9163] [e2e-tests] harden signal traps and config restoration

2018-04-16 Thread tzulitai
Repository: flink Updated Branches: refs/heads/master ffb03821f -> 71c3cd278 [FLINK-9163] [e2e-tests] harden signal traps and config restoration This closes #5841. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/71c3cd27

flink git commit: [FLINK-9163] [e2e-tests] harden signal traps and config restoration

2018-04-16 Thread tzulitai
Repository: flink Updated Branches: refs/heads/release-1.5 688630c64 -> f97c0c15e [FLINK-9163] [e2e-tests] harden signal traps and config restoration This closes #5841. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: