You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/06 03:56:27 UTC

[GitHub] [flink] klion26 commented on a change in pull request #8995: FLINK-13106][doc-zh]Translate Parallel Execution page into Chinese

klion26 commented on a change in pull request #8995: FLINK-13106][doc-zh]Translate Parallel Execution page into Chinese
URL: https://github.com/apache/flink/pull/8995#discussion_r300818504
 
 

 ##########
 File path: docs/dev/parallel.zh.md
 ##########
 @@ -80,17 +71,11 @@ env.execute("Word Count Example")
 </div>
 </div>
 
-### Execution Environment Level
+### 执行环境层次
 
-As mentioned [here]({{ site.baseurl }}/dev/api_concepts.html#anatomy-of-a-flink-program) Flink
-programs are executed in the context of an execution environment. An
-execution environment defines a default parallelism for all operators, data sources, and data sinks
-it executes. Execution environment parallelism can be overwritten by explicitly configuring the
-parallelism of an operator.
+如[此节]({{ site.baseurl }}/zh/dev/api_concepts.html#anatomy-of-a-flink-program) 所描述,Flink 程序运行在执行环境的上下文中。执行环境为所有执行的算子、数据源、数据流出定义了一个默认的 parallelism。可以显式配置算子层次的 parallelism 去覆盖执行环境的parallelism。
 
 Review comment:
   ```suggestion
   如[此节]({{ site.baseurl }}/zh/dev/api_concepts.html#anatomy-of-a-flink-program)所描述,Flink 程序运行在执行环境的上下文中。执行环境为所有执行的算子、数据源、数据流出定义了一个默认的 parallelism。可以显式配置算子层次的 parallelism 去覆盖执行环境的 parallelism。
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services