You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/02 22:58:37 UTC

[GitHub] [spark] francoisfernando commented on issue #24879: [SPARK-28042][K8S] Support using hostpath volume mount as local storage

francoisfernando commented on issue #24879: [SPARK-28042][K8S] Support using hostpath volume mount as local storage
URL: https://github.com/apache/spark/pull/24879#issuecomment-507874767
 
 
   @mccheah 
   I have hit a roadblock due to this issue trying to set the `spark.loca.dir` to a something other than `emptyDir` volumes. For example following configuration throws an exception when executor pods are provisioned.
   
   ```
   --conf spark.local.dir=/spark_tmp \
   --conf spark.kubernetes.executor.volumes.hostPath.spaklocal.mount.path=/spark_tmp \
   --conf spark.kubernetes.executor.volumes.hostPath.spaklocal.mount.readOnly=false \
   --conf spark.kubernetes.executor.volumes.hostPath.spaklocal.options.path=/tmp \
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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