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

    https://github.com/apache/spark/pull/21092#discussion_r182567081
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStep.scala
 ---
    @@ -71,7 +77,7 @@ private[spark] class BasicDriverFeatureStep(
           ("cpu", new QuantityBuilder(false).withAmount(limitCores).build())
         }
     
    -    val driverContainer = new ContainerBuilder(pod.container)
    +    val withoutArgsDriverContainer: ContainerBuilder = new 
ContainerBuilder(pod.container)
    --- End diff --
    
    Yes. look below


---

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

Reply via email to