diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md index 1b5a1e9b28fde337a02167196ad997d177ce6605..0e4f3d8b3164aeae0770823374f4d272c4ab16c6 100644 --- a/docs/quickstart/setup_quickstart.md +++ b/docs/quickstart/setup_quickstart.md @@ -269,7 +269,7 @@ window of processing time, as long as words are floating in. * 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 ): @@ -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