Github user maziyarpanahi commented on the issue: https://github.com/apache/zeppelin/pull/3240 > Right. I just pushed a commit [fa36c18](https://github.com/apache/zeppelin/commit/fa36c18e3788458aeff93492d99ef169022292a7), and it allows user override `master` spark interpreter property. If `master` is not starting with `k8s://`, it does not configure Spark on Kubernetes. So I think this opens a possibility to connect other types of Spark cluster. Awesome! that is a great news. Just out of curiosity, does the Zeppelin server in KB must be the one which has acess to the Spark_Home or the Spark interpreter which is now a pod? (Just to manage which one should be a gateway in Cloudera cluster). Thanks again ð
---