You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "BlaBlabla (Jira)" <ji...@apache.org> on 2019/12/22 09:12:00 UTC

[jira] [Updated] (FLINK-15358) [configuration] the flink conf yaml file will skip the rest of value after a `#` comment sign

     [ https://issues.apache.org/jira/browse/FLINK-15358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BlaBlabla updated FLINK-15358:
------------------------------
    Description: 
Hello, 

I have to use influx metrics reporter ,however the password contains a # sign, then the flink will skip the rest part of the password after #, eg:

     *metrics.reporter.influxdb.password: xxpasssxx#blabla*
  
 *#blabla* is parsed as an  end line comment.

Can you guys fix it?

  was:
Hello, 

I have to use influx metrics reporter ,however the password contains a # sign, then the flink will skip the rest part of the password after #, eg:

     ` metrics.reporter.influxdb.password: xxpasssxx#blabla `
  
 *#blabla* is parsed as an  end line comment.

Can you guys fix it?


> [configuration] the flink conf yaml file  will skip the rest of value after a `#` comment sign
> ----------------------------------------------------------------------------------------------
>
>                 Key: FLINK-15358
>                 URL: https://issues.apache.org/jira/browse/FLINK-15358
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Configuration
>    Affects Versions: 1.9.1
>            Reporter: BlaBlabla
>            Priority: Major
>
> Hello, 
> I have to use influx metrics reporter ,however the password contains a # sign, then the flink will skip the rest part of the password after #, eg:
>      *metrics.reporter.influxdb.password: xxpasssxx#blabla*
>   
>  *#blabla* is parsed as an  end line comment.
> Can you guys fix it?



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