RollsBean commented on a change in pull request #16490:
URL: https://github.com/apache/flink/pull/16490#discussion_r670546703



##########
File path: docs/content.zh/docs/dev/datastream/application_parameters.md
##########
@@ -117,7 +116,7 @@ ParameterTool parameters = ParameterTool.fromArgs(args);
 
 // set up the execution environment
 final ExecutionEnvironment env = 
ExecutionEnvironment.getExecutionEnvironment();
-env.getConfig().setGlobalJobParameters(parameters);
+        env.getConfig().setGlobalJobParameters(parameters);

Review comment:
       这个地方多改了吧, env.getConfig() 前面多了 tab

##########
File path: docs/content.zh/docs/dev/datastream/application_parameters.md
##########
@@ -66,19 +65,19 @@ public static void main(String[] args) {
 
 #### 配置值来自系统属性
 
-启动JVM时,可以将系统属性传递给JVM:`-Dinput=hdfs:///mydata`。还可以从这些系统属性初始化 `ParameterTool`:
+启动 JVM 时,可以将系统属性传递给 JVM :`-Dinput=hdfs:///mydata` 。你也可以从这些系统属性初始化 
`ParameterTool`:

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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to