[jira] [Updated] (FLINK-33297) FLIP-366: Support standard YAML for FLINK configuration

2024-02-04 Thread Junrui Li (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-33297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junrui Li updated FLINK-33297:
--
Release Note: 
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)

> FLIP-366: Support standard YAML for FLINK configuration
> ---
>
> Key: FLINK-33297
> URL: https://issues.apache.org/jira/browse/FLINK-33297
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: Junrui Li
>Assignee: Junrui Li
>Priority: Major
>  Labels: 2.0-related, pull-request-available
> Fix For: 1.19.0
>
>
> Support standard YAML for FLINK configuration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-33297) FLIP-366: Support standard YAML for FLINK configuration

2023-11-30 Thread Weijie Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-33297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weijie Guo updated FLINK-33297:
---
Labels: 2.0-related pull-request-available  (was: pull-request-available)

> FLIP-366: Support standard YAML for FLINK configuration
> ---
>
> Key: FLINK-33297
> URL: https://issues.apache.org/jira/browse/FLINK-33297
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: Junrui Li
>Assignee: Junrui Li
>Priority: Major
>  Labels: 2.0-related, pull-request-available
> Fix For: 1.19.0
>
>
> Support standard YAML for FLINK configuration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-33297) FLIP-366: Support standard YAML for FLINK configuration

2023-11-30 Thread Weijie Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-33297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weijie Guo updated FLINK-33297:
---
Fix Version/s: 1.19.0

> FLIP-366: Support standard YAML for FLINK configuration
> ---
>
> Key: FLINK-33297
> URL: https://issues.apache.org/jira/browse/FLINK-33297
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: Junrui Li
>Assignee: Junrui Li
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.19.0
>
>
> Support standard YAML for FLINK configuration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-33297) FLIP-366: Support standard YAML for FLINK configuration

2023-11-14 Thread Zhu Zhu (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-33297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhu Zhu updated FLINK-33297:

Labels: pull-request-available  (was: pull-request-available stale-assigned)

> FLIP-366: Support standard YAML for FLINK configuration
> ---
>
> Key: FLINK-33297
> URL: https://issues.apache.org/jira/browse/FLINK-33297
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: Junrui Li
>Assignee: Junrui Li
>Priority: Major
>  Labels: pull-request-available
>
> Support standard YAML for FLINK configuration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-33297) FLIP-366: Support standard YAML for FLINK configuration

2023-10-17 Thread Junrui Li (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-33297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junrui Li updated FLINK-33297:
--
Fix Version/s: (was: 2.0.0)
  Description: Support standard YAML for FLINK configuration  (was: At the 
moment, the YAML parsing for Flink's configuration file 
({{conf/flink-conf.yaml)}} is pretty basic. It only supports basic key value 
pairs, such as:
{code:java}
a.b.c: a value
a.b.d: another value{code}
As well as supporting some invalid YAML syntax, such as:
{code:java}
a: b: value{code}
 

Introducing proper YAML parsing to the configuration component would let Flink 
users use features such as nested keys, such as:
{code:java}
a:
  b:
c: a value
d: another value{code}
as well as make it easier to integrate configuration tools/languages that 
compile to YAML, such as Dhall.)
 Priority: Major  (was: Minor)
  Summary: FLIP-366: Support standard YAML for FLINK configuration  
(was: CLONE - Introduce proper YAML parsing to Flink's configuration)

> FLIP-366: Support standard YAML for FLINK configuration
> ---
>
> Key: FLINK-33297
> URL: https://issues.apache.org/jira/browse/FLINK-33297
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: Junrui Li
>Assignee: Junrui Li
>Priority: Major
>  Labels: pull-request-available, stale-assigned
>
> Support standard YAML for FLINK configuration



--
This message was sent by Atlassian Jira
(v8.20.10#820010)