Repository: flink Updated Branches: refs/heads/master 00ce3f1b1 -> b6afc06ab
[hotfix] Add configuration notice to HistryServer overview Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b6afc06a Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b6afc06a Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b6afc06a Branch: refs/heads/master Commit: b6afc06ab1b5c227254941a512912f830da62b5d Parents: 00ce3f1 Author: twalthr <[email protected]> Authored: Wed May 17 15:10:21 2017 +0200 Committer: twalthr <[email protected]> Committed: Wed May 17 15:10:21 2017 +0200 ---------------------------------------------------------------------- docs/monitoring/historyserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b6afc06a/docs/monitoring/historyserver.md ---------------------------------------------------------------------- diff --git a/docs/monitoring/historyserver.md b/docs/monitoring/historyserver.md index fd957f2..f5f0019 100644 --- a/docs/monitoring/historyserver.md +++ b/docs/monitoring/historyserver.md @@ -33,7 +33,7 @@ Furthermore, it exposes a REST API that accepts HTTP requests and responds with The HistoryServer allows you to query the status and statistics of completed jobs that have been archived by a JobManager. -You start and stop the HistoryServer via its corresponding startup script: +After you have configured the HistoryServer *and* JobManager, you start and stop the HistoryServer via its corresponding startup script: ```sh # Start or stop the HistoryServer
