JagadeeshNagella commented on pull request #167: URL: https://github.com/apache/incubator-livy/pull/167#issuecomment-767262848
@jahstreet , I have requirement to use pod templates feature [](https://kubernetes.io/docs/concepts/workloads/pods/#pod-templates) I am able to use in spark-submit ``` --conf "spark.kubernetes.driver.podTemplateFile": "spark-driver-pod-template.yaml" --conf spark.kubernetes.executor.podTemplateFile": "spark-executor-pod-template.yaml" ``` how can I add these configurations in livy request . in a single tenant I can build Livy image with hard-corded templates but in multi tenets we need this files comes from client how can we pass configs .can you able to check this. ---------------------------------------------------------------- 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: [email protected]
