张超明 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)