Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/3240 > One question, there is no point using this if I have a Spark clster on YARN (Cloudera/Hortonworks) right? The way I see it this is focusing on having The Spark coming with Zeppelin now be able to lunch in a cluster by using KB. Am I right? Right. I just pushed a commit fa36c18, 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.
---