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/07 09:27:00 UTC

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

xiaozilong created FLINK-28441:
----------------------------------

             Summary: 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


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)