[ 
https://issues.apache.org/jira/browse/FLINK-32819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17752587#comment-17752587
 ] 

Junrui Li commented on FLINK-32819:
-----------------------------------

This issue duplicates FLINK-27299 and also should be subsumed by FLINK-23620.

> 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
>            Priority: Major
>             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)

Reply via email to