Skip to content

Commit

Permalink
[hotfix] [docs] Fix log file name in quick start guide
Browse files Browse the repository at this point in the history
Program output is written to TaskManager logs.

This closes apache#4641
  • Loading branch information
mcfongtw authored and greghogan committed Sep 15, 2017
1 parent 2ac09c0 commit a8dffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/setup_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ window of processing time, as long as words are floating in.
</div>

* Words are counted in time windows of 5 seconds (processing time, tumbling
windows) and are printed to `stdout`. Monitor the JobManager's output file
windows) and are printed to `stdout`. Monitor the TaskManager's output file
and write some text in `nc` (input is sent to Flink line by line after
hitting <RETURN>):

Expand All @@ -284,7 +284,7 @@ window of processing time, as long as words are floating in.
as words are floating in, e.g.:

~~~bash
$ tail -f log/flink-*-jobmanager-*.out
$ tail -f log/flink-*-taskmanager-*.out
lorem : 1
bye : 1
ipsum : 4
Expand Down

0 comments on commit a8dffff

Please sign in to comment.