You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xiaozilong (Jira)" <ji...@apache.org> on 2022/07/08 02:36:00 UTC

[jira] [Closed] (FLINK-28441) The parsing result of configuration `pipeline.cached-files` is incorrect

     [ 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)