dongjoon-hyun commented on code in PR #36374:
URL: https://github.com/apache/spark/pull/36374#discussion_r861219135
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/MountVolumesFeatureStep.scala:
##########
@@ -120,6 +122,20 @@ private[spark] class MountVolumesFeatureStep(conf:
KubernetesConf)
override def getAdditionalKubernetesResources(): Seq[HasMetadata] = {
additionalResources.toSeq
}
+
+ private def checkPVCClaimNameWhenMultiExecutors(claimName: String): Unit = {
Review Comment:
`checkPVCClaimNameWhenMultiExecutors` -> `checkPVCClaimName` because this PR
checks all cases instead of `WhenMultiExecutors` and doesn't raise exception
for single instance case.
--
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]