seanli-rallyhealth commented on a change in pull request #27364: Adds support
for Kubernetes NFS volume mounts.
URL: https://github.com/apache/spark/pull/27364#discussion_r371507782
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -378,13 +378,16 @@ private[spark] object Config extends Logging {
val KUBERNETES_VOLUMES_HOSTPATH_TYPE = "hostPath"
val KUBERNETES_VOLUMES_PVC_TYPE = "persistentVolumeClaim"
val KUBERNETES_VOLUMES_EMPTYDIR_TYPE = "emptyDir"
+ val KUBERNETES_VOLUMES_NFS_TYPE = "nfs"
Review comment:
seems like full name is prefeered: NetworkFileSystem
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]