buildbot failure in on flink-docs-release-0.9

2016-08-17 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-0.9 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-0.9/builds/418 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave2_ubuntu Build Reason: The Night

buildbot success in on flink-docs-release-1.1

2016-08-17 Thread buildbot
The Buildbot has detected a restored build on builder flink-docs-release-1.1 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-1.1/builds/19 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The Nig

[3/3] flink git commit: [FLINK-4322] [checkpointing] Add and fix tests for unified Checkpoint/Savepoint Coordinator

2016-08-17 Thread sewen
[FLINK-4322] [checkpointing] Add and fix tests for unified Checkpoint/Savepoint Coordinator This closes #2366 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/47acdead Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4

[2/3] flink git commit: [FLINK-4322] [checkpointing] Add and fix tests for unified Checkpoint/Savepoint Coordinator

2016-08-17 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/47acdead/flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/savepoint/SavepointCoordinatorTest.java -- diff --git a/flink-runtime/src/test/java/org/apache/flink/runtim

[1/3] flink git commit: [FLINK-4322] [checkpointing] Unify CheckpointCoordinator and SavepointCoordinator

2016-08-17 Thread sewen
Repository: flink Updated Branches: refs/heads/master f79168052 -> 47acdeadf [FLINK-4322] [checkpointing] Unify CheckpointCoordinator and SavepointCoordinator The CheckpointCoordinator now also takes over the role of the SavepointCoordinator. Savepoints are just like other checkpoints - they

flink git commit: [FLINK-4387] [runtime] Don't wait on termination future on KvStateServer shutdown

2016-08-17 Thread uce
Repository: flink Updated Branches: refs/heads/master 7ce42c2e7 -> f79168052 [FLINK-4387] [runtime] Don't wait on termination future on KvStateServer shutdown Due to a bug in Netty that was only fixed in 4.0.33.Final it can happen that waiting on the termination future never succeeds. Netty

flink git commit: [FLINK-4281] [table] Wrap all Calcite Exceptions in Flink Exceptions

2016-08-17 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 9f928d1ec -> 7ce42c2e7 [FLINK-4281] [table] Wrap all Calcite Exceptions in Flink Exceptions This closes #2372. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7ce42c2e

flink git commit: [FLINK-4409] [build] Exclude JSR 305 from Hadoop dependencies

2016-08-17 Thread sewen
Repository: flink Updated Branches: refs/heads/release-1.1 cbce10d10 -> 54cccb852 [FLINK-4409] [build] Exclude JSR 305 from Hadoop dependencies Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/54cccb85 Tree: http://git-wip-

flink git commit: [FLINK-4287] Ensure the yarn-session.sh classpath contains all Hadoop related paths

2016-08-17 Thread mxm
Repository: flink Updated Branches: refs/heads/master 889c63e56 -> 9f928d1ec [FLINK-4287] Ensure the yarn-session.sh classpath contains all Hadoop related paths This closes #2317 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/

flink git commit: [FLINK-3155] Update docker flink container to the latest release

2016-08-17 Thread mxm
Repository: flink Updated Branches: refs/heads/master c894896a4 -> 889c63e56 [FLINK-3155] Update docker flink container to the latest release [FLINK-3155] Make docker image execute as non-root user (l:flink) [FLINK-3155] Change default FLINK_HOME from /usr/local/flink to /opt/flink [FLINK-31

flink git commit: [FLINK-4409] [build] Exclude JSR 305 from Hadoop dependencies

2016-08-17 Thread sewen
Repository: flink Updated Branches: refs/heads/master c5a9a3eb0 -> c894896a4 [FLINK-4409] [build] Exclude JSR 305 from Hadoop dependencies Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c894896a Tree: http://git-wip-us.ap

flink git commit: [FLINK-4302] [metrics] Add documentation to MetricConfig

2016-08-17 Thread chesnay
Repository: flink Updated Branches: refs/heads/release-1.1 445eaa986 -> cbce10d10 [FLINK-4302] [metrics] Add documentation to MetricConfig Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cbce10d1 Tree: http://git-wip-us.ap

flink git commit: [FLINK-4302] [metrics] Add documentation to MetricConfig

2016-08-17 Thread chesnay
Repository: flink Updated Branches: refs/heads/master c8f5745f2 -> c5a9a3eb0 [FLINK-4302] [metrics] Add documentation to MetricConfig Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c5a9a3eb Tree: http://git-wip-us.apache.

flink git commit: [hotfix] [metrics] Refactor constructors and tests

2016-08-17 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 84d28ba00 -> c8f5745f2 [hotfix] [metrics] Refactor constructors and tests - removed constructors taking a specific ScopeFormat as argument, as they were only used by tests and serve no real purpose - refactored tests accordingly - made sure

[2/2] flink git commit: [FLINK-4412] [py] Chaining properly handles broadcast variables

2016-08-17 Thread chesnay
[FLINK-4412] [py] Chaining properly handles broadcast variables Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/445eaa98 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/445eaa98 Diff: http://git-wip-us.apache.org/repos

[1/2] flink git commit: [FLINK-4411] [py] Properly propagate chained dual input children

2016-08-17 Thread chesnay
Repository: flink Updated Branches: refs/heads/release-1.1 c2906c021 -> 445eaa986 [FLINK-4411] [py] Properly propagate chained dual input children Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/aa50e226 Tree: http://git-w

[1/2] flink git commit: [FLINK-4411] [py] Properly propagate chained dual input children

2016-08-17 Thread chesnay
Repository: flink Updated Branches: refs/heads/master b19648eb4 -> 84d28ba00 [FLINK-4411] [py] Properly propagate chained dual input children Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/10508477 Tree: http://git-wip-us

[2/2] flink git commit: [FLINK-4412] [py] Chaining properly handles broadcast variables

2016-08-17 Thread chesnay
[FLINK-4412] [py] Chaining properly handles broadcast variables Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/84d28ba0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/84d28ba0 Diff: http://git-wip-us.apache.org/repos

[2/4] flink git commit: [FLINK-4104] [docs] Restructure Gelly docs

2016-08-17 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/b19648eb/docs/apis/batch/libs/gelly/graph_algorithms.md -- diff --git a/docs/apis/batch/libs/gelly/graph_algorithms.md b/docs/apis/batch/libs/gelly/graph_algorithms.md new file mod

[3/4] flink git commit: [FLINK-4104] [docs] Restructure Gelly docs

2016-08-17 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/b19648eb/docs/apis/batch/libs/gelly.md -- diff --git a/docs/apis/batch/libs/gelly.md b/docs/apis/batch/libs/gelly.md index f0bf480..773642d 100644 --- a/docs/apis/batch/libs/gelly.m

[4/4] flink git commit: [FLINK-4104] [docs] Restructure Gelly docs

2016-08-17 Thread uce
[FLINK-4104] [docs] Restructure Gelly docs Split the Gelly documentation into five sub-pages. This closes #2258. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b19648eb Tree: http://git-wip-us.apache.org/repos/asf/flink/tre

[1/4] flink git commit: [FLINK-4104] [docs] Restructure Gelly docs

2016-08-17 Thread uce
Repository: flink Updated Branches: refs/heads/master dff986dff -> b19648eb4 http://git-wip-us.apache.org/repos/asf/flink/blob/b19648eb/docs/apis/batch/libs/gelly/iterative_graph_processing.md -- diff --git a/docs/apis/batch/li