[
https://issues.apache.org/jira/browse/FLINK-9282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465681#comment-16465681
]
ASF GitHub Bot commented on FLINK-9282:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5957#discussion_r186374883
--- Diff: docs/quickstart/setup_quickstart.md ---
@@ -233,29 +239,17 @@ window of processing time, as long as words are
floating in.
* First of all, we use **netcat** to start local server via
- {% highlight bash %}
- $ nc -l 9000
- {% endhighlight %}
+{% highlight bash %}
+$ nc -l 9000
+{% endhighlight %}
* Submit the Flink program:
- {% highlight bash %}
- $ ./bin/flink run examples/streaming/SocketWindowWordCount.jar --port
9000
-
- Cluster configuration: Standalone cluster with JobManager at
/127.0.0.1:6123
- Using address 127.0.0.1:6123 to connect to JobManager.
- JobManager web interface address http://127.0.0.1:8081
- Starting execution of program
- Submitting job with JobID: 574a10c8debda3dccd0c78a3bde55e1b. Waiting for
job completion.
- Connected to JobManager at
Actor[akka.tcp://[email protected]:6123/user/jobmanager#297388688]
- 11/04/2016 14:04:50 Job execution switched to status RUNNING.
- 11/04/2016 14:04:50 Source: Socket Stream -> Flat Map(1/1) switched
to SCHEDULED
- 11/04/2016 14:04:50 Source: Socket Stream -> Flat Map(1/1) switched
to DEPLOYING
- 11/04/2016 14:04:50 Fast TumblingProcessingTimeWindows(5000) of
WindowedStream.main(SocketWindowWordCount.java:79) -> Sink: Unnamed(1/1)
switched to SCHEDULED
--- End diff --
That sounds like a regression and we should probably open a JIRA.
> Update quickstart page
> ----------------------
>
> Key: FLINK-9282
> URL: https://issues.apache.org/jira/browse/FLINK-9282
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Priority: Critical
> Fix For: 1.5.0
>
>
> Several bits on the
> [quickstart|https://ci.apache.org/projects/flink/flink-docs-master/quickstart/setup_quickstart.html]
> page must be updated for 1.5.
> [Section
> 1|https://ci.apache.org/projects/flink/flink-docs-master/quickstart/setup_quickstart.html#start-a-local-flink-cluster]
> * refer to the {{Dispatcher's}} web frontend
> * update log-file name and logging section
> [Section
> 2|https://ci.apache.org/projects/flink/flink-docs-master/quickstart/setup_quickstart.html#run-the-example]
> * update client output
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)