flink git commit: [hotfix] Use AccumulatorSnapshot's class loader for deserializing accumulators

2016-01-15 Thread sewen
Repository: flink Updated Branches: refs/heads/release-0.10 2d7f0b1af -> dfeee2372 [hotfix] Use AccumulatorSnapshot's class loader for deserializing accumulators This closes #1511 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [hotfix] Use AccumulatorSnapshot's class loader for deserializing accumulators

2016-01-15 Thread sewen
Repository: flink Updated Branches: refs/heads/master 2c556f74e -> cfcb5d7ba [hotfix] Use AccumulatorSnapshot's class loader for deserializing accumulators This closes #1511 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[07/12] flink git commit: [FLINK-3235] Remove Flink on Tez code

2016-01-15 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/8b8dfc16/flink-contrib/flink-tez/src/main/java/org/apache/flink/tez/dag/TezDAGGenerator.java -- diff --git

[11/12] flink git commit: [hotfix] Minor cleanup of warnings, comments, and code style in the Java API Utils

2016-01-15 Thread sewen
[hotfix] Minor cleanup of warnings, comments, and code style in the Java API Utils Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/93654413 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/93654413 Diff:

[12/12] flink git commit: [FLINK-3197] [core] Close InputStream in BinaryInputFormat#createStatistics reliably

2016-01-15 Thread sewen
[FLINK-3197] [core] Close InputStream in BinaryInputFormat#createStatistics reliably This closes #1494 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2c556f74 Tree:

[02/12] flink git commit: [hotfix] Remove outdated README for the quickstart projects.

2016-01-15 Thread sewen
[hotfix] Remove outdated README for the quickstart projects. The README was describing non-existing bash scripts removed several versions ago. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/16cf8b13 Tree:

[10/12] flink git commit: [FLINK-3219] [java scala] Implement DataSet.count and DataSet.collect using a single operator

2016-01-15 Thread sewen
[FLINK-3219] [java scala] Implement DataSet.count and DataSet.collect using a single operator Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e9a53587 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e9a53587 Diff:

[06/12] flink git commit: [FLINK-3235] Remove Flink on Tez code

2016-01-15 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/8b8dfc16/flink-contrib/flink-tez/src/main/java/org/apache/flink/tez/runtime/TezTask.java -- diff --git

[04/12] flink git commit: [hotfix] Remove unnecessary dependencies in flink-runtime.

2016-01-15 Thread sewen
[hotfix] Remove unnecessary dependencies in flink-runtime. - Removes Apache Commons HTTP Client - Removes Apache Commons IO - Removes Jettison JSONparser and consolidates tests to use Jackson instead (which is included anyways) Project: http://git-wip-us.apache.org/repos/asf/flink/repo

[08/12] flink git commit: [FLINK-3235] Remove Flink on Tez code

2016-01-15 Thread sewen
[FLINK-3235] Remove Flink on Tez code Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8b8dfc16 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8b8dfc16 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8b8dfc16

[03/12] flink git commit: [hotfix] Remove docs for the now removed web client.

2016-01-15 Thread sewen
[hotfix] Remove docs for the now removed web client. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9915b339 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9915b339 Diff:

[05/12] flink git commit: [FLINK-3235] Remove Flink on Tez code

2016-01-15 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/8b8dfc16/flink-contrib/flink-tez/src/test/resources/log4j-test.properties -- diff --git a/flink-contrib/flink-tez/src/test/resources/log4j-test.properties

[01/12] flink git commit: [FLINK-3232] [runtime] Add option to eagerly deploy channels

2016-01-15 Thread sewen
Repository: flink Updated Branches: refs/heads/master a65cd8db1 -> 2c556f74e [FLINK-3232] [runtime] Add option to eagerly deploy channels Adds a flag to the ExecutionGraph's IntermediateResult class indicating whether the result consumers should be deployed eagerly. If true, the consumers are

[09/12] flink git commit: [FLINK-3236] [runtime] Flink user code classloader as parent classloader from Flink core classes

2016-01-15 Thread sewen
[FLINK-3236] [runtime] Flink user code classloader as parent classloader from Flink core classes Originally, the user code classloader delegates to the system classloader as parent. That works in Flink standalone settings, but not when the Flink core classes themselves are not loaded with the

[flink] Git Push Summary

2016-01-15 Thread mxm
Repository: flink Updated Tags: refs/tags/release-0.10.1 [created] 2e9b23164

[11/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/ad267a4b/docs/apis/batch/iterations.md -- diff --git a/docs/apis/batch/iterations.md b/docs/apis/batch/iterations.md new file mode 100644 index 000..912f378 --- /dev/null +++

flink git commit: [hotfix] Fix missing license in new doc files

2016-01-15 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master ad267a4b1 -> 98fad04ec [hotfix] Fix missing license in new doc files Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/98fad04e Tree:

[2/2] flink git commit: [FLINK-2716] [gelly] [apis] New checksum method on DataSet and Graph

2016-01-15 Thread sewen
[FLINK-2716] [gelly] [apis] New checksum method on DataSet and Graph This closes #1462 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a8be52a3 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a8be52a3 Diff:

[1/2] flink git commit: [FLINK-2671] [tests] Fix unstable StreamCheckpointNotifierITCase

2016-01-15 Thread sewen
Repository: flink Updated Branches: refs/heads/master 98fad04ec -> c0fd36bac [FLINK-2671] [tests] Fix unstable StreamCheckpointNotifierITCase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c0fd36ba Tree:

[1/3] flink git commit: [FLINK-3074] [yarn] Fix port range retry termination condition

2016-01-15 Thread uce
Repository: flink Updated Branches: refs/heads/master cfcb5d7ba -> e43b970aa [FLINK-3074] [yarn] Fix port range retry termination condition Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cf7045c2 Tree:

[3/3] flink git commit: [FLINK-3172] [core, runtime, yarn] Allow port range for job manager with high availability

2016-01-15 Thread uce
[FLINK-3172] [core, runtime, yarn] Allow port range for job manager with high availability This closes #1458. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e43b970a Tree:

[2/3] flink git commit: [FLINK-3073] [dist] Fix JobManager command line argument

2016-01-15 Thread uce
[FLINK-3073] [dist] Fix JobManager command line argument Removed streaming mode lead to wrong arguments being passed. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/21882af0 Tree:

[06/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/ad267a4b/docs/apis/streaming/fig/LICENSE.txt -- diff --git a/docs/apis/streaming/fig/LICENSE.txt b/docs/apis/streaming/fig/LICENSE.txt new file mode 100644 index 000..35b8673

[09/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/ad267a4b/docs/apis/examples.md -- diff --git a/docs/apis/examples.md b/docs/apis/examples.md deleted file mode 100644 index a11ed9c..000 --- a/docs/apis/examples.md +++

[04/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/ad267a4b/docs/apis/streaming/savepoints.md -- diff --git a/docs/apis/streaming/savepoints.md b/docs/apis/streaming/savepoints.md new file mode 100644 index 000..ee4155f ---

[15/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
[FLINK-3132] [docs] Initial docs restructure [pr-comments] Decrease font size [pr-comments] Remove docker connector section This closes #1499. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ad267a4b Tree:

[08/15] flink git commit: [FLINK-3132] [docs] Initial docs restructure

2016-01-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/ad267a4b/docs/apis/programming_guide.md -- diff --git a/docs/apis/programming_guide.md b/docs/apis/programming_guide.md deleted file mode 100644 index 002e8bc..000 ---

buildbot failure in ASF Buildbot on flink-docs-release-0.9

2016-01-15 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-0.9 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/flink-docs-release-0.9/builds/204 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason:

flink git commit: [hotfix] moved files to correct folder to match package statements

2016-01-15 Thread mjsax
Repository: flink Updated Branches: refs/heads/master 615cf42b3 -> a65cd8db1 [hotfix] moved files to correct folder to match package statements This closes #1510 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a65cd8db

[flink] Git Push Summary

2016-01-15 Thread fhueske
Repository: flink Updated Branches: refs/heads/tableOnCalcite [created] a65cd8db1