You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2020/02/03 14:16:07 UTC

[flink] 02/10: [FLINK-15697][docs] Move python options from general configuration page to table config options page

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

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

commit afd88a3c25d085d5d570ad5775c21cdef575a455
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Wed Jan 29 09:20:57 2020 +0100

    [FLINK-15697][docs] Move python options from general configuration page to table config options page
    
    This closes #10957
---
 docs/dev/table/config.md | 4 ++++
 docs/ops/config.md       | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/dev/table/config.md b/docs/dev/table/config.md
index dd312d6..a9e9b71 100644
--- a/docs/dev/table/config.md
+++ b/docs/dev/table/config.md
@@ -104,3 +104,7 @@ The following options can be used to tune the performance of the query execution
 The following options can be used to adjust the behavior of the query optimizer to get a better execution plan.
 
 {% include generated/optimizer_config_configuration.html %}
+
+### Python Options
+
+{% include generated/python_configuration.html %}
diff --git a/docs/ops/config.md b/docs/ops/config.md
index bd672a9..0a42ec7 100644
--- a/docs/ops/config.md
+++ b/docs/ops/config.md
@@ -225,10 +225,6 @@ You have to configure `jobmanager.archive.fs.dir` in order to archive terminated
 
 {% include generated/history_server_configuration.html %}
 
-### Python
-
-{% include generated/python_configuration.html %}
-
 ## Legacy
 
 - `mode`: Execution mode of Flink. Possible values are `legacy` and `new`. In order to start the legacy components, you have to specify `legacy` (DEFAULT: `new`).