Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/2764#discussion_r92404579
--- Diff: docs/quickstart/setup_quickstart.md ---
@@ -88,7 +111,9 @@ Now, we are going to run the [SocketWindowWordCount
example](https://github.com/
</div>
</div>
-* Counts are printed to `stdout`. Monitor the JobManager's output file and
write some text in `nc`:
+* Words are counted in time windows of 5 seconds (processing time, tumbling
+ windows) and are printed to `stdout`. Monitor the JobManager's output
file
+ and write some text in `nc` (input is sent per line after hitting
<RETURN>):
--- End diff --
"input is sent per line" -> "input is sent to Flink line by line"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---