This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 6df9bdf  [FLINK-23489][docs] Fix "flink-config.yaml" to 
"flink-conf.yaml" in "cli.md" page
6df9bdf is described below

commit 6df9bdf1251a50cafe8287885b7a9cd2c5b44aff
Author: hapihu <[email protected]>
AuthorDate: Mon Jul 26 10:36:51 2021 +0800

    [FLINK-23489][docs] Fix "flink-config.yaml" to "flink-conf.yaml" in 
"cli.md" page
    
    This closes #16586
---
 docs/content.zh/docs/deployment/cli.md | 6 +++---
 docs/content/docs/deployment/cli.md    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content.zh/docs/deployment/cli.md 
b/docs/content.zh/docs/deployment/cli.md
index 4d13bd0..aa2a017 100644
--- a/docs/content.zh/docs/deployment/cli.md
+++ b/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-config.yaml`.
+It connects to the running JobManager specified in `conf/flink-conf.yaml`.
 
 
 
@@ -290,7 +290,7 @@ Here's an overview of actions supported by Flink's CLI tool:
                 This action can be used to create or disposing savepoints for 
a given job. It might be
                 necessary to specify a savepoint directory besides the JobID, 
if the 
                 <a href="{{< ref "docs/deployment/config" 
>}}#state-savepoints-dir">state.savepoints.dir</a> 
-                parameter was not specified in <code 
class="highlighter-rouge">conf/flink-config.yaml</code>.
+                parameter was not specified in <code 
class="highlighter-rouge">conf/flink-conf.yaml</code>.
             </td>
         </tr>
         <tr>
@@ -348,7 +348,7 @@ parameter combinations:
   * `./bin/flink run --target remote`: Submission to an already running Flink 
cluster
 
 The `--target` will overwrite the [execution.target]({{< ref 
"docs/deployment/config" >}}#execution-target) 
-specified in the `config/flink-config.yaml`.
+specified in the `conf/flink-conf.yaml`.
 
 For more details on the commands and the available options, please refer to 
the Resource Provider-specific 
 pages of the documentation.
diff --git a/docs/content/docs/deployment/cli.md 
b/docs/content/docs/deployment/cli.md
index 9f4fd01..d1edb69 100644
--- a/docs/content/docs/deployment/cli.md
+++ b/docs/content/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-config.yaml`.
+It connects to the running JobManager specified in `conf/flink-conf.yaml`.
 
 ## Job Lifecycle Management
 
@@ -288,7 +288,7 @@ Here's an overview of actions supported by Flink's CLI tool:
                 This action can be used to create or disposing savepoints for 
a given job. It might be
                 necessary to specify a savepoint directory besides the JobID, 
if the 
                 <a href="{{< ref "docs/deployment/config" 
>}}#state-savepoints-dir">state.savepoints.dir</a> 
-                parameter was not specified in <code 
class="highlighter-rouge">conf/flink-config.yaml</code>.
+                parameter was not specified in <code 
class="highlighter-rouge">conf/flink-conf.yaml</code>.
             </td>
         </tr>
         <tr>
@@ -346,7 +346,7 @@ parameter combinations:
   * `./bin/flink run --target remote`: Submission to an already running Flink 
cluster
 
 The `--target` will overwrite the [execution.target]({{< ref 
"docs/deployment/config" >}}#execution-target) 
-specified in the `config/flink-config.yaml`.
+specified in the `conf/flink-conf.yaml`.
 
 For more details on the commands and the available options, please refer to 
the Resource Provider-specific 
 pages of the documentation.

Reply via email to