[
https://issues.apache.org/jira/browse/FLINK-28441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiaozilong closed FLINK-28441.
------------------------------
Resolution: Invalid
> The parsing result of configuration `pipeline.cached-files` is incorrect
> ------------------------------------------------------------------------
>
> Key: FLINK-28441
> URL: https://issues.apache.org/jira/browse/FLINK-28441
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Configuration
> Affects Versions: 1.13.0
> Reporter: xiaozilong
> Priority: Major
>
> The parsing process of the configuration will use the method
> `org.apache.flink.configuration.ConfigurationUtils#parseMap`, the
> configuration will be spliy by ':', unfortunately when we have the character
> ':' in the value, the parsing result is incorrect.
> e.g.
> input: name:file2,path:hdfs:///tmp/file2
> output: [path, hdfs, ///tmp/file2]
> Consider only the value containing the character ':' part
--
This message was sent by Atlassian Jira
(v8.20.10#820010)