klion26 commented on a change in pull request #9097: [FLINK-11529][docs-zh] 
Translate the "DataStream API Tutorial" page into Chinese
URL: https://github.com/apache/flink/pull/9097#discussion_r303226595
 
 

 ##########
 File path: docs/getting-started/tutorials/datastream_api.zh.md
 ##########
 @@ -404,27 +361,22 @@ The output of that command should look similar to this, 
if everything went accor
 03/08/2016 15:09:27 Source: Custom Source(1/1) switched to RUNNING
 {% endhighlight %}
 
-You can see how the individual operators start running. There are only two, 
because
-the operations after the window get folded into one operation for performance 
reasons. In Flink
-we call this *chaining*.
+你可以看到每个算子是如何运行的。这里只有两个,出于性能原因的考虑,窗口后的操作会被链接成一个操作。在Flink中我们称它为 *链接*。
 
-You can observe the output of the program by inspecting the Kafka topic using 
the Kafka
-console consumer:
+你可以通过 Kafka 控制台来检查项目输出到 Kafka 主题的情况
 
 {% highlight bash %}
 bin/kafka-console-consumer.sh  --zookeeper localhost:2181 --topic wiki-result
 {% endhighlight %}
 
-You can also check out the Flink dashboard which should be running at 
[http://localhost:8081](http://localhost:8081).
-You get an overview of your cluster resources and running jobs:
+你还可以查看运行在[http://localhost:8081](http://localhost:8081)上的 Flink 
作业仪表盘。你可以概览集群资源以及正在运行的作业:
 
 Review comment:
   ```suggestion
   你还可以查看运行在 [http://localhost:8081](http://localhost:8081) 上的 Flink 
作业仪表盘。你可以概览集群资源以及正在运行的作业:
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to