[FLINK-7215] Fix typo in FAQ page This closes #74.
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/c5c25532 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/c5c25532 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/c5c25532 Branch: refs/heads/asf-site Commit: c5c255321b46706d0cc64f57ebb265168d4dbfe8 Parents: a2ac3eb Author: Bowen Li <[email protected]> Authored: Wed Jul 19 23:23:08 2017 -0700 Committer: zentol <[email protected]> Committed: Thu Aug 3 10:26:16 2017 +0200 ---------------------------------------------------------------------- content/faq.html | 2 +- faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/c5c25532/content/faq.html ---------------------------------------------------------------------- diff --git a/content/faq.html b/content/faq.html index d3cd79b..dd8a19e 100644 --- a/content/faq.html +++ b/content/faq.html @@ -237,7 +237,7 @@ different execution engines next to each other on a cluster.</p> <ul> <li>The JobManager (the master of the distributed system) starts a web interface -to observe program execution. In runs on port 8081 by default (configured in +to observe program execution. It runs on port 8081 by default (configured in <code>conf/flink-config.yml</code>).</li> <li>When you start a program from the command line, it will print the status changes of all operators as the program progresses through the operations.</li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/c5c25532/faq.md ---------------------------------------------------------------------- diff --git a/faq.md b/faq.md index 75eaeb9..0173b17 100755 --- a/faq.md +++ b/faq.md @@ -61,7 +61,7 @@ different execution engines next to each other on a cluster. There are a multiple of ways to track the progress of a Flink program: - The JobManager (the master of the distributed system) starts a web interface -to observe program execution. In runs on port 8081 by default (configured in +to observe program execution. It runs on port 8081 by default (configured in `conf/flink-config.yml`). - When you start a program from the command line, it will print the status changes of all operators as the program progresses through the operations.
