Github user liyinan926 commented on the issue:
https://github.com/apache/spark/pull/21260
@er0sin PVCs can be mounted similarly to the example below:
```
spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.mount.path=/mnt
spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.mount.readOnly=false
spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.options.claimName=clm-1
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]