Github user liyinan926 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20553#discussion_r168972337
  
    --- 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 --
    
    Done.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to