YngwieWang commented on a change in pull request #9299: [FLINK-13405][docs-zh]
Translate "Basic API Concepts" page into Chinese
URL: https://github.com/apache/flink/pull/9299#discussion_r317582977
##########
File path: docs/dev/api_concepts.zh.md
##########
@@ -211,76 +156,56 @@ print()
</div>
</div>
-Once you specified the complete program you need to **trigger the program
execution** by calling
-`execute()` on the `StreamExecutionEnvironment`.
-Depending on the type of the `ExecutionEnvironment` the execution will be
triggered on your local
-machine or submit your program for execution on a cluster.
+当设定好整个程序以后你需要调用 `StreamExecutionEnvironment` 的 `execute()`
方法**触发程序执行**。至于在你的本机触发还是提交到集群运行取决于 `ExecutionEnvironment` 的类型。
-The `execute()` method is returning a `JobExecutionResult`, this contains
execution
-times and accumulator results.
+`execute()` 方法返回 `JobExecutionResult`,它包括执行耗时和一个累加器的结果。
-Please see the [Streaming Guide]({{ site.baseurl }}/dev/datastream_api.html)
-for information about streaming data sources and sink and for more in-depths
information
-about the supported transformations on DataStream.
+有关流数据源和 sink 以及有关 DataStream 支持的转换操作的详细信息请参阅[流处理指南]({{ site.baseurl
}}/zh/dev/datastream_api.html)。
-Check out the [Batch Guide]({{ site.baseurl }}/dev/batch/index.html)
-for information about batch data sources and sink and for more in-depths
information
-about the supported transformations on DataSet.
+有关批数据源和 sink 以及有关 DataSet 支持的转换操作的详细信息请参阅[批处理指南]({{ site.baseurl
}}/zh/dev/batch/index.html)。
Review comment:
👍
----------------------------------------------------------------
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