buildbot success in on flink-docs-master

2016-02-15 Thread buildbot
The Buildbot has detected a restored build on builder flink-docs-master while building . Full details are available at: https://ci.apache.org/builders/flink-docs-master/builds/237 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The Nightly

flink git commit: [FLINK-3158] Enforce maven version to be < 3.3 when building a release

2016-02-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/master ca11c1ccc -> 65d08058a [FLINK-3158] Enforce maven version to be < 3.3 when building a release Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/65d08058 Tree:

flink git commit: [hotfix] Annotate StoppableFunction as PublicEvolving

2016-02-15 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 90532549e -> ca11c1ccc [hotfix] Annotate StoppableFunction as PublicEvolving Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ca11c1cc Tree:

[4/9] flink git commit: [FLINK-2111] Add "stop" signal to cleanly shutdown streaming jobs

2016-02-15 Thread trohrmann
[FLINK-2111] Add "stop" signal to cleanly shutdown streaming jobs - added JobType to JobGraph and ExecutionGraph - added interface Stoppable, applied to SourceStreamTask - added STOP signal logic to JobManager, TaskManager, ExecutionGraph - extended Client to support stop - extended Cli frontend,

[3/9] flink git commit: [FLINK-2111] Add "stop" signal to cleanly shutdown streaming jobs

2016-02-15 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/bdd4024e/flink-runtime-web/web-dashboard/web/js/vendor.js -- diff --git a/flink-runtime-web/web-dashboard/web/js/vendor.js b/flink-runtime-web/web-dashboard/web/js/vendor.js index

[7/9] flink git commit: [FLINK-2111] Make stoppable stream task and stoppable stream source operator type safe

2016-02-15 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/f60f8fbc/flink-runtime-web/web-dashboard/web/js/index.js -- diff --git a/flink-runtime-web/web-dashboard/web/js/index.js b/flink-runtime-web/web-dashboard/web/js/index.js index

[8/9] flink git commit: [FLINK-2111] Make stoppable stream task and stoppable stream source operator type safe

2016-02-15 Thread trohrmann
[FLINK-2111] Make stoppable stream task and stoppable stream source operator type safe Update index.js and reset vendor.css and vendor.js to master version Update web-dashboard Remove duplicate flink-runtime-web dependency from flink-tests Remove not used ProgramStopException Change stopping

[1/9] flink git commit: [FLINK-2111] Add "stop" signal to cleanly shutdown streaming jobs

2016-02-15 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 5eae47f5d -> 90532549e http://git-wip-us.apache.org/repos/asf/flink/blob/bdd4024e/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobManagerTest.java --

[2/9] flink git commit: [FLINK-2111] Add "stop" signal to cleanly shutdown streaming jobs

2016-02-15 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/bdd4024e/flink-runtime-web/web-dashboard/web/partials/jobs/job.html -- diff --git a/flink-runtime-web/web-dashboard/web/partials/jobs/job.html

[9/9] flink git commit: [hotfix] Add better error reporting in case of wrongly specified retry delay

2016-02-15 Thread trohrmann
[hotfix] Add better error reporting in case of wrongly specified retry delay Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/90532549 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/90532549 Diff:

[6/9] flink git commit: [FLINK-2111] Make stoppable stream task and stoppable stream source operator type safe

2016-02-15 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/f60f8fbc/flink-runtime-web/web-dashboard/web/js/vendor.js -- diff --git a/flink-runtime-web/web-dashboard/web/js/vendor.js b/flink-runtime-web/web-dashboard/web/js/vendor.js index

[1/3] flink git commit: [FLINK-3187] [restart] Introduce RestartStrategy to ExecutionGraph

2016-02-15 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master b17632ddb -> 5eae47f5d http://git-wip-us.apache.org/repos/asf/flink/blob/5eae47f5/flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java --

[3/3] flink git commit: [FLINK-3187] [restart] Introduce RestartStrategy to ExecutionGraph

2016-02-15 Thread trohrmann
[FLINK-3187] [restart] Introduce RestartStrategy to ExecutionGraph A RestartStrategy defines how the ExecutionGraph reacts in case of a restart. Different strategies are conceivable. For example, no restart, fixed delay restart, exponential backoff restart, scaling in/out restart, etc. Expose

[2/3] flink git commit: [FLINK-3187] [restart] Introduce RestartStrategy to ExecutionGraph

2016-02-15 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/5eae47f5/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphRestartTest.java -- diff --git

flink git commit: [FLINK-3354] Determine correct size for RocksDB snapshots

2016-02-15 Thread gyfora
Repository: flink Updated Branches: refs/heads/master 73bc35f14 -> b17632ddb [FLINK-3354] Determine correct size for RocksDB snapshots Closes #1638 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b17632dd Tree:

[2/2] flink git commit: [FLINK-3226] Translate logical joins to physical

2016-02-15 Thread vasia
[FLINK-3226] Translate logical joins to physical This closes #1632 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/abbedc32 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/abbedc32 Diff:

[3/9] flink git commit: [FLINK-3160] [web-dashboard] Aggregate operator statistics by TaskManager

2016-02-15 Thread uce
[FLINK-3160] [web-dashboard] Aggregate operator statistics by TaskManager Adds a new per-job tab displaying subtask statistics aggregated by TaskManager. This closes #1564. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[8/9] flink git commit: [hotfix] [web-dashboard] Make build idempotent

2016-02-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/babf84c7/flink-runtime-web/web-dashboard/web/css/vendor.css -- diff --git a/flink-runtime-web/web-dashboard/web/css/vendor.css b/flink-runtime-web/web-dashboard/web/css/vendor.css

[6/9] flink git commit: [hotfix] [web-dashboard] Make build idempotent

2016-02-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/babf84c7/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.svg -- diff --git a/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.svg

[7/9] flink git commit: [hotfix] [web-dashboard] Make build idempotent

2016-02-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/babf84c7/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.eot -- diff --git a/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.eot

[2/9] flink git commit: [FLINK-3160] [web-dashboard] Aggregate operator statistics by TaskManager

2016-02-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/73bc35f1/flink-runtime-web/web-dashboard/web/js/index.js -- diff --git a/flink-runtime-web/web-dashboard/web/js/index.js b/flink-runtime-web/web-dashboard/web/js/index.js index

[5/9] flink git commit: [hotfix] [web-dashboard] Make build idempotent

2016-02-15 Thread uce
http://git-wip-us.apache.org/repos/asf/flink/blob/babf84c7/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.ttf -- diff --git a/flink-runtime-web/web-dashboard/web/fonts/fontawesome-webfont.ttf