Repository: flink Updated Branches: refs/heads/master 08e7ba492 -> 7fbd757dd
[FLINK-2844] [docs] Remove obsolete 'new-web-frontend' option This closes #2927. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7fbd757d Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7fbd757d Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7fbd757d Branch: refs/heads/master Commit: 7fbd757dde4c091c593d552302d34ed85c7bcca9 Parents: 136294c Author: Rohit Agarwal <[email protected]> Authored: Fri Dec 2 20:21:38 2016 -0800 Committer: Ufuk Celebi <[email protected]> Committed: Sun Dec 4 15:45:50 2016 +0100 ---------------------------------------------------------------------- docs/monitoring/rest_api.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7fbd757d/docs/monitoring/rest_api.md ---------------------------------------------------------------------- diff --git a/docs/monitoring/rest_api.md b/docs/monitoring/rest_api.md index 13ba85a..2da3726 100644 --- a/docs/monitoring/rest_api.md +++ b/docs/monitoring/rest_api.md @@ -37,8 +37,6 @@ The monitoring API is backed by a web server that runs as part of the *JobManage In the case of multiple JobManagers (for high availability), each JobManager will run its own instance of the monitoring API, which offers information about completed and running job while that JobManager was elected the cluster leader. -**NOTE:** Currently, the monitoring API is started together with the new web dashboard. To enable it, one need to add the following entry to the `flink-conf.yaml` in order to activate the new dashboard instead of the old dashboard: `jobmanager.new-web-frontend: true` - ## Developing
