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

    https://github.com/apache/spark/pull/22298#discussion_r214495391
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStep.scala
 ---
    @@ -51,6 +51,7 @@ private[spark] class BasicDriverFeatureStep(
         .get(DRIVER_MEMORY_OVERHEAD)
         .getOrElse(math.max((conf.get(MEMORY_OVERHEAD_FACTOR) * 
driverMemoryMiB).toInt,
           MEMORY_OVERHEAD_MIN_MIB))
    +  // TODO: Have memory limit checks on driverMemory
    --- End diff --
    
    Valid point. These are not necessary


---

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

Reply via email to