dongjoon-hyun commented on code in PR #41057:
URL: https://github.com/apache/spark/pull/41057#discussion_r1186469992


##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/PVTestsSuite.scala:
##########
@@ -210,6 +210,7 @@ private[spark] trait PVTestsSuite { k8sSuite: 
KubernetesSuite =>
         CONTAINER_MOUNT_PATH)
       
.set(s"spark.kubernetes.executor.volumes.persistentVolumeClaim.data.options.claimName",
         PVC_NAME)
+      .set(s"spark.executor.instances", "2")

Review Comment:
   Sorry but I would disagree with this test case because the underlying is not 
`NFS`.



-- 
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]

Reply via email to