无法将hostpath装载到spark executor

628mspwn  于 2021-05-26  发布在  Spark
关注(0)|答案(0)|浏览(367)

我正在使用以下属性将hostpath装载到spark executor。但它不工作,但它工作的Spark驱动器。

  1. --conf spark.kubernetes.driver.volumes.hostPath.namex.mount.path=/home/xyz
  2. --conf spark.kubernetes.driver.volumes.hostPath.namex.mount.readOnly=false
  3. --conf spark.kubernetes.driver.volumes.hostPath.namex.options.path=/home/admin/xyz
  4. --conf spark.kubernetes.executor.volumes.hostPath.namexy.mount.path=/home/xyz
  5. --conf spark.kubernetes.executor.volumes.hostPath.namexy.mount.readOnly=true
  6. --conf spark.kubernetes.executor.volumes.hostPath.namexy.options.path=/home/admin/xyz

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题