Jacob.Q.Cao created FLINK-23203:
-----------------------------------
Summary: 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
*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)