zhuzhurk commented on code in PR #24251:
URL: https://github.com/apache/flink/pull/24251#discussion_r1477179904


##########
docs/content.zh/docs/deployment/cli.md:
##########
@@ -30,7 +30,7 @@ under the License.
 Flink provides a Command-Line Interface (CLI) `bin/flink` to run programs that 
 are packaged as JAR files and to control their execution. The CLI is part of 
any 
 Flink setup, available in local single node setups and in distributed setups. 
-It connects to the running JobManager specified in `conf/flink-conf.yaml`.
+It connects to the running JobManager specified in [Flink 配置文件]({{< ref 
"docs/deployment/config#flink-configuration-file" >}}).

Review Comment:
   This page is not translated yet. Therefore, it's better to use `Flink 
configuration file`.



##########
docs/content.zh/docs/deployment/memory/mem_migration.md:
##########
@@ -53,7 +53,7 @@ under the License.
 
 <br/>
 
-Flink 自带的[默认 flink-conf.yaml](#default-configuration-in-flink-confyaml) 文件指定了 
[`taskmanager.memory.process.size`]({{< ref "docs/deployment/config" 
>}}#taskmanager-memory-process-size)(*>= 1.10*)和 
[`jobmanager.memory.process.size`]({{< ref "docs/deployment/config" 
>}}#jobmanager-memory-process-size) (*>= 1.11*),以便与此前的行为保持一致。
+Flink 自带的[默认 Flink configuraiton 
file](#default-configuration-in-flink-confyaml) 文件指定了 
[`taskmanager.memory.process.size`]({{< ref "docs/deployment/config" 
>}}#taskmanager-memory-process-size)(*>= 1.10*)和 
[`jobmanager.memory.process.size`]({{< ref "docs/deployment/config" 
>}}#jobmanager-memory-process-size) (*>= 1.11*),以便与此前的行为保持一致。

Review Comment:
   `Flink 配置文件` should be used in this page.



##########
docs/content.zh/docs/deployment/filesystems/gcs.md:
##########
@@ -71,13 +71,13 @@ cp ./opt/flink-gs-fs-hadoop-{{< version >}}.jar 
./plugins/gs-fs-hadoop/
 
 ### Configuration
 
-The underlying Hadoop file system can be configured using the [Hadoop 
configuration 
keys](https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/v2.2.18/gcs/CONFIGURATION.md)
 for `gcs-connector` by adding the configurations to your `flink-conf.yaml`.
+The underlying Hadoop file system can be configured using the [Hadoop 
configuration 
keys](https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/v2.2.18/gcs/CONFIGURATION.md)
 for `gcs-connector` by adding the configurations to your [Flink 配置文件]({{< ref 
"docs/deployment/config#flink-configuration-file" >}}).

Review Comment:
   It's better to use `Flink configuration file` in this page which is not 
translated yet.



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