我正在使用以下属性将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