Sergio Sainz created FLINK-29892:
------------------------------------

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


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)

Reply via email to