zjffdu commented on PR #4398: URL: https://github.com/apache/zeppelin/pull/4398#issuecomment-1188775009
@zlosim How about updating [buildSparkSubmitOptions](https://github.com/apache/zeppelin/blob/master/zeppelin-plugins/launcher/k8s-standard/src/main/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcess.java#L406) to what we did in [SparkInterpreterLauncher](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/launcher/SparkInterpreterLauncher.java#L203). Just collect all the spark properties (start with prefix `spark.`) and concatenate them into `ZEPPELIN_SPARK_CONF` and pass it to `interpreter.sh`, instead of collecting each individual spark driver property explicitly. -- 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. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org