Repository: flink Updated Branches: refs/heads/release-1.3 849dd9d85 -> 7a045f204
[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/7a045f20 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7a045f20 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7a045f20 Branch: refs/heads/release-1.3 Commit: 7a045f20432cbaf1dcfa70206004fbee3a91d875 Parents: 849dd9d Author: twalthr <[email protected]> Authored: Wed May 17 15:10:21 2017 +0200 Committer: twalthr <[email protected]> Committed: Wed May 17 15:11:44 2017 +0200 ---------------------------------------------------------------------- docs/monitoring/historyserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7a045f20/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
