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

[jira] [Reopened] (FLINK-29892) flink-conf.yaml does not accept hash (#) in the env.java.opts property

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

Xintong Song reopened FLINK-29892:
----------------------------------

> flink-conf.yaml does not accept hash (#) in the env.java.opts property
> ----------------------------------------------------------------------
>
>                 Key: FLINK-29892
>                 URL: https://issues.apache.org/jira/browse/FLINK-29892
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.15.2
>            Reporter: Sergio Sainz
>            Priority: Major
>
> When adding a string with hash (#) character in env.java.opts in flink-conf.yaml , the string will be truncated from the # onwards even when the value is surrounded by single quotes or double quotes.
> example:
> (in flink-conf.yaml):
> env.java.opts: "-Djavax.net.ssl.trustStorePassword=my#pwd"
>  
> the value shown on the flink taskmanagers or job managers is :
> env.java.opts: -Djavax.net.ssl.trustStorePassword=my
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)