Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/21092#discussion_r182522479
--- 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 --
The previous name seemed clearer to me.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]