Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 From the command line it seems that the default `SparkInterpreter` is launched not the K8 specific one. Could you please check if spark.submit.deployMode is set to `cluster` since thats the other condition to launch `SparkK8IntrepreterLauncher`?
---