tillrohrmann commented on a change in pull request #6612: [FLINK-10215]Add
configuration of java option for historyserver
URL: https://github.com/apache/flink/pull/6612#discussion_r217799786
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java
##########
@@ -140,6 +140,10 @@
.key("env.java.opts.taskmanager")
.defaultValue("");
+ public static final ConfigOption<String> FLINK_HS_JVM_OPTIONS =
ConfigOptions
+ .key("env.java.opts.historyserver")
+ .defaultValue("");
Review comment:
Would be good to add a description.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services