[
https://issues.apache.org/jira/browse/FLINK-33677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880832#comment-17880832
]
Junrui Li commented on FLINK-33677:
-----------------------------------
Release note:
FLINK-33297/FLIP-366 introduces support for parsing standard YAML files for
Flink configuration. A new configuration file named {{{}config.yaml{}}}, which
adheres to the standard YAML format, has been introduced.
In the Flink 2.0-preview version, we have removed the old configuration file
from the flink-dist, along with support for the old configuration parser. Users
are now required to use the new {{config.yaml}} file when starting the cluster
and submitting jobs. They can utilize the migration tool to assist in migrating
legacy configuration files to the new format.
> Remove flink-conf.yaml from flink dist
> --------------------------------------
>
> Key: FLINK-33677
> URL: https://issues.apache.org/jira/browse/FLINK-33677
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Configuration
> Reporter: Zhu Zhu
> Assignee: Junrui Li
> Priority: Major
> Labels: 2.0-related, pull-request-available
> Fix For: 2.0-preview
>
>
> FLINK-33297/FLIP-366 supports parsing standard YAML files for Flink
> configuration. A new configuration file config.yaml, which should be a
> standard YAML file, is introduced.
> To ensure compatibility, in Flink 1.x, the old configuration parser will
> still be used if the old configuration file flink-conf.yaml exists. Only if
> it does not exist, the new configuration file will be used.
> In Flink 2.0, we should remove the old configuration file from flink dist, as
> well as the old configuration parser.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)