azagrebin commented on a change in pull request #11110: [FLINK-16111][k8s] Fix
Kubernetes deployment not respecting 'taskmanager.cpu.cores'.
URL: https://github.com/apache/flink/pull/11110#discussion_r383731182
##########
File path:
flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosTaskManagerParameters.java
##########
@@ -74,7 +74,7 @@
.withDescription(Description.builder().text("Disk space to
assign to the Mesos workers in MB.").build());
public static final ConfigOption<Double> MESOS_RM_TASKS_CPUS =
- key("mesos.resourcemanager.tasks.cpus")
+ key("mesos.resourcemanager.tasks.cpus").doubleType()
Review comment:
new line
----------------------------------------------------------------
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