[
https://issues.apache.org/jira/browse/FLINK-23203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373118#comment-17373118
]
Jacob.Q.Cao edited comment on FLINK-23203 at 7/2/21, 7:39 AM:
--------------------------------------------------------------
I let the job run on yarn,Tested several times and it still remains the same
{color:#FF0000}*updated*{color}
{color:#FF0000}submit job by webui parameter is noraml,but on yarn error
(test#123--->test){color}
was (Author: jacobcao):
I let the job run on yarn,Tested several times and it still remains the same
> Program cannot parse the parameter value with special characters
> ----------------------------------------------------------------
>
> Key: FLINK-23203
> URL: https://issues.apache.org/jira/browse/FLINK-23203
> Project: Flink
> Issue Type: Bug
> Reporter: Jacob.Q.Cao
> Priority: Major
> Attachments: image-2021-07-01-18-56-24-263.png, test.png
>
>
> *When I start Flink Job with a shell command, the program cannot parse the
> parameter value with {color:#ff0000}special characters{color}*
>
> h3. _Job Shell Command:_
> ./bin/flink run-application -t yarn-application
> -Dyarn.application.name="Test_Flink_Job" -Dtaskmanager.numberOfTaskSlots=1
> -Djobmanager.memory.process.size=10240m
> -Dtaskmanager.memory.process.size=10240m -c com.jacob.main
> /opt/app/Flink/JAR/test.jar *{color:#ff0000}--test 'test#123'{color}*
>
> Just like the above command, the test parameter value should be "test#123"
> instead of "test"
>
> I have used quotation marks, backslashes, etc. to escape the "#", but it
> still has no effect
>
> !test.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)