Jun Zhang created FLINK-32819: --------------------------------- Summary: flink can not parse the param `#` correctly in k8s application mode Key: FLINK-32819 URL: https://issues.apache.org/jira/browse/FLINK-32819 Project: Flink Issue Type: Bug Components: Runtime / Configuration Affects Versions: 1.17.1 Reporter: Jun Zhang Fix For: 1.18.0
when I submit a flink job in k8s application mode, and has a param contains `#` ,for example mysql password , the flink can not parse the param correctly. the content after the `#` will lost. {code:java} /mnt/flink/flink-1.17.0/bin/flink run-application \ -Dexecution.target=kubernetes-application \ -Dkubernetes.container.image=xxxxx \ local:///opt/flink/usrlib/my.jar \ --mysql-conf hostname=localhost \ --mysql-conf username=root \ --mysql-conf password=%&^GGJI#$jh665$fi^% \ --mysql-conf port=3306 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)