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_r303226045
 
 

 ##########
 File path: docs/getting-started/tutorials/datastream_api.zh.md
 ##########
 @@ -112,13 +103,11 @@ use it in our program. Edit the `dependencies` section 
of the `pom.xml` so that
 </dependencies>
 {% endhighlight %}
 
-Notice the `flink-connector-wikiedits_2.11` dependency that was added. (This 
example and
-the Wikipedia connector were inspired by the *Hello Samza* example of Apache 
Samza.)
+注意加入 `flink-connector-wikiedits_2.11` 依赖。(这个例子和维基百科连接器的灵感来自于 Apache Samza 
*Hello Samza* 示例。)
 
-## Writing a Flink Program
+## 编写 Flink 程序
 
-It's coding time. Fire up your favorite IDE and import the Maven project or 
open a text editor and
-create the file `src/main/java/wikiedits/WikipediaAnalysis.java`:
+现在是编程时间。启动你最喜欢的 IDE 并导入 Maven 项目或打开文本编辑器创建文件 
`src/main/java/wikiedits/WikipediaAnalysis.java`:
 
 Review comment:
   ```suggestion
   现在是编程时间。启动你最喜欢的 IDE 并导入 Maven 项目或打开文本编辑器,然后创建文件 
`src/main/java/wikiedits/WikipediaAnalysis.java`:
   ```

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