Kubernetes-无法挂载hostPath来触发执行器

时间:2020-09-23 04:58:39

标签: apache-spark kubernetes kubectl

我正在使用以下属性将hostPath挂载到spark executor。但这不起作用,但适用于Spark驱动程序。

--conf spark.kubernetes.driver.volumes.hostPath.namex.mount.path=/home/xyz
--conf spark.kubernetes.driver.volumes.hostPath.namex.mount.readOnly=false 
--conf spark.kubernetes.driver.volumes.hostPath.namex.options.path=/home/admin/xyz
--conf spark.kubernetes.executor.volumes.hostPath.namexy.mount.path=/home/xyz
--conf spark.kubernetes.executor.volumes.hostPath.namexy.mount.readOnly=true 
--conf spark.kubernetes.executor.volumes.hostPath.namexy.options.path=/home/admin/xyz 

0 个答案:

没有答案