dongjoon-hyun commented on code in PR #41257:
URL: https://github.com/apache/spark/pull/41257#discussion_r1228909070
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackend.scala:
##########
@@ -110,7 +110,10 @@ private[spark] class KubernetesClusterSchedulerBackend(
lifecycleEventHandler.start(this)
watchEvents.start(applicationId())
pollEvents.start(applicationId())
- if (!conf.get(KUBERNETES_EXECUTOR_DISABLE_CONFIGMAP)) {
+ if (!conf.get(KUBERNETES_DRIVER_SUBMIT_CHECK) &&
+ !conf.get(KUBERNETES_EXECUTOR_DISABLE_CONFIGMAP)) {
Review Comment:
Could you double-check the indentation? Maybe, two more spaces for
indentation?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]