Skip to content

Commit

Permalink
[FLINK-15697][docs] Move python options from general configuration pa…
Browse files Browse the repository at this point in the history
…ge to table config options page

This closes apache#10957
  • Loading branch information
dawidwys authored and StephanEwen committed Feb 3, 2020
1 parent 9ec3e1c commit afd88a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/dev/table/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
4 changes: 0 additions & 4 deletions docs/ops/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit afd88a3

Please sign in to comment.