stijndehaes commented on a change in pull request #29934:
URL: https://github.com/apache/spark/pull/29934#discussion_r499245849
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/PodTemplateConfigMapStep.scala
##########
@@ -85,3 +103,7 @@ private[spark] class PodTemplateConfigMapStep(conf:
KubernetesConf)
}
}
}
+
+private[spark] object PodTemplateConfigMapStep {
+ val PODSPEC_CONFIGMAP_POSTFIX = "-podspec-configmap"
+}
Review comment:
@yuj Changed it to your suggestion. Also moved the constant max k8s name
in service to constant since I reused it in this class.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]