yanghua commented on a change in pull request #8438: [FLINK-12152] Make the
vcore that Application Master used configurable for Flink on YARN
URL: https://github.com/apache/flink/pull/8438#discussion_r287548190
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java
##########
@@ -49,6 +49,14 @@
.defaultValue(-1)
.withDescription("The port where the application master
RPC system is listening.");
+ /**
+ * The vcores used by YARN application master.
+ */
+ public static final ConfigOption<Integer> APP_MASTER_VCORES =
+ key("yarn.appmaster.vcores")
+ .defaultValue(1)
+ .withDescription("The number of virtual cores (vcores) used by
YARN application master.");
Review comment:
I have tried, but it does not take effect. In addition, it seems all the
generated HTML documentation are not tracked by git.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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