Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20553#discussion_r168943784
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
---
@@ -85,6 +85,12 @@ private[spark] object Config extends Logging {
.stringConf
.createOptional
+ val KUBERNETES_EXECUTOR_CORES =
+ ConfigBuilder("spark.kubernetes.executor.cores")
+ .doc("Specify the CPU core request for each executor pod")
--- End diff --
nit: it was lower case "cpu" in other config, and no "core"
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]