Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33297

FLIP-366: Support standard YAML for FLINK configuration

    XMLWordPrintableJSON

Details

    • Hide
      Starting with Flink-1.19, Flink has officially introduced full support for the standard YAML 1.2 syntax (FLIP-366). The default configuration file has been changed to `config.yaml` and placed in the `conf/` directory. Users should directly modify this file to configure Flink.

      If users want to use the legacy configuration file `flink-conf.yaml`, users just need to copy this file into the `conf/` directory. Once the legacy configuration file `flink-conf.yaml` is detected, Flink will prioritize using it as the configuration file.
      And in the upcoming Flink 2.0, the `flink-conf.yaml` configuration file will no longer work.

      More details could be found at Flink website (https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#flink-configuration-file)
      Show
      Starting with Flink-1.19, Flink has officially introduced full support for the standard YAML 1.2 syntax (FLIP-366). The default configuration file has been changed to `config.yaml` and placed in the `conf/` directory. Users should directly modify this file to configure Flink. If users want to use the legacy configuration file `flink-conf.yaml`, users just need to copy this file into the `conf/` directory. Once the legacy configuration file `flink-conf.yaml` is detected, Flink will prioritize using it as the configuration file. And in the upcoming Flink 2.0, the `flink-conf.yaml` configuration file will no longer work. More details could be found at Flink website ( https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#flink-configuration-file )

    Description

      Support standard YAML for FLINK configuration

      Attachments

        Issue Links

          Activity

            People

              JunRuiLi Junrui Li
              JunRuiLi Junrui Li
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: