Bo Cui created FLINK-25535:
------------------------------
Summary: The JVM parameter does not take effect
Key: FLINK-25535
URL: https://issues.apache.org/jira/browse/FLINK-25535
Project: Flink
Issue Type: Bug
Affects Versions: 1.14.0, 1.13.0, 1.12.0, 1.15.0
Reporter: Bo Cui
[https://github.com/apache/flink/blob/dd1fddb13b2d08ade580e5b3ec6b8e910974308d/flink-core/src/main/java/org/apache/flink/configuration/ConfigurationUtils.java#L188]
{code:java}
.map(e -> String.format("-D %s=%s", e.getKey(), e.getValue())) {code}
No space is required between -D and %s
--
This message was sent by Atlassian Jira
(v8.20.1#820001)