Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 Hello @echarles You can set both `spark.app.name` and `spark.kubernetes.driver.pod.name` from interpreter settings and they will be set for `spark-submit` however youâre right regarding checking the driver pod name, Iâm expecting a specific prefix. This can be changed to check whether thereâs a specific pod name set for the interpreter in settings. Let me know and I can go ahead with the change.
---