You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "dcoliversun (via GitHub)" <gi...@apache.org> on 2023/05/06 01:25:22 UTC

[GitHub] [spark] dcoliversun commented on a diff in pull request #41057: [SPARK-43342][K8S] Support driver and executors to shared same Kubernetes PVC

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org