You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "张超明 (Jira)" <ji...@apache.org> on 2021/03/04 14:27:00 UTC

[jira] [Created] (FLINK-21605) Uniform the format of property name in the flink configuration file.

张超明 created FLINK-21605:
---------------------------

             Summary: Uniform the format of property name in the flink configuration file.
                 Key: FLINK-21605
                 URL: https://issues.apache.org/jira/browse/FLINK-21605
             Project: Flink
          Issue Type: Improvement
            Reporter: 张超明


h2. Now, there are several kinds of format in the flink configuration file.
 * Some are in camel-case:
{code:yaml}
high-availability.storageDir: hdfs:///flink/ha/
{code}
* Some are with separator:
{code:yaml}
historyserver.archive.fs.refresh-interval: 10000
{code}

It's advisable for us to uniform their formats in next release version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)