dcoliversun commented on code in PR #41057:
URL: https://github.com/apache/spark/pull/41057#discussion_r1186576342
##########
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:
I'm trying to see if it's possible to set up NFS in k8s integration testing.
--
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]