Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When I start Flink Job with a shell command, the program cannot parse the parameter value with special characters
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 --test 'test#123'
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
Attachments
Attachments
Issue Links
- is duplicated by
-
FLINK-23380 The parameter contains "#" and content after "#" cannot be recognized
- Closed