Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2764#discussion_r92405057
  
    --- Diff: docs/quickstart/setup_quickstart.md ---
    @@ -55,7 +69,10 @@ Check the __JobManager's web frontend__ at 
[http://localhost:8081](http://localh
     
     ## Run Example
     
    -Now, we are going to run the [SocketWindowWordCount 
example](https://github.com/apache/flink/blob/master/flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/socket/SocketWindowWordCount.java)
 and read text from a socket and count the number of distinct words.
    +Now, we are going to run the
    +[SocketWindowWordCount 
example](https://github.com/apache/flink/blob/master/flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/socket/SocketWindowWordCount.java)
    +and read text from a socket and count the number of distinct words per 
sliding
    --- End diff --
    
    Sliding window is changed to Tumbling window below


---
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.
---

Reply via email to