Skip to content

Commit

Permalink
[hotfix][docs] Fix output of test job
Browse files Browse the repository at this point in the history
Previously, the output listed here was the one for `head` and not `tail`
as it's described in the steps to execute the test.

This closes apache#17261.
  • Loading branch information
Marios Trivyzas authored and twalthr committed Sep 14, 2021
1 parent 94d0bea commit 2815aad
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/content.zh/docs/try-flink/local_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,16 @@ Flink 的 Releases 附带了许多的示例作业。你可以任意选择一个
```bash
$ ./bin/flink run examples/streaming/WordCount.jar
$ tail log/flink-*-taskexecutor-*.out
(to,1)
(be,1)
(or,1)
(not,1)
(to,2)
(be,2)
(nymph,1)
(in,3)
(thy,1)
(orisons,1)
(be,4)
(all,2)
(my,1)
(sins,1)
(remember,1)
(d,4)
```

另外,你可以通过 Flink 的 [Web UI](http://localhost:8081) 来监视集群的状态和正在运行的作业。
Expand Down

0 comments on commit 2815aad

Please sign in to comment.