Re: Spark Kubernetes Volumes

2018-04-12 Thread Anirudh Ramanathan
There's a JIRA SPARK-23529 that deals with mounting hostpath volumes. I propose we extend that PR/JIRA to encompass all the different volume types and allow mounting them into the driver/executors. On Thu, Apr 12, 2018 at 10:55 AM Yinan Li

Re: Spark Kubernetes Volumes

2018-04-12 Thread Yinan Li
Hi Marius, Spark on Kubernetes does not yet support mounting user-specified volumes natively. But mounting volume is supported in https://github.com/GoogleCloudPlatform/spark-on-k8s-operator. Please see