Re: How to use spark-on-k8s pod template?

2019-11-08 Thread David Mitchell
Are you using Spark 2.3 or above? See the documentation: https://spark.apache.org/docs/latest/running-on-kubernetes.html I looks like you do not need: --conf spark.kubernetes.driver.podTemplateFile='/spark-pod-template.yaml' \ --conf

How to use spark-on-k8s pod template?

2019-11-05 Thread sora
Hi all, I am looking for the usage about the spark-on-k8s pod template. I want to set some toleration rules for the driver and executor pod. I tried to set --conf spark.kubernetes.driver.podTemplateFile=/spark-pod-template.yaml but didn't work. The driver pod started without the toleration rules