pan3793 commented on code in PR #4780:
URL: https://github.com/apache/zeppelin/pull/4780#discussion_r1717035077
##########
zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java:
##########
@@ -1106,6 +1106,7 @@ public enum ConfVars {
// Used by K8s and Docker plugin
ZEPPELIN_DOCKER_CONTAINER_IMAGE("zeppelin.docker.container.image",
"apache/zeppelin:" + Util.getVersion()),
+ ZEPPELIN_DOCKER_CONTAINER_HOME("zeppelin.docker.container.home",
"/opt/zeppelin"),
ZEPPELIN_DOCKER_CONTAINER_SPARK_HOME("zeppelin.docker.container.spark.home",
"/spark"),
Review Comment:
I also suggest using `/opt/spark` as SPARK_HOME, which matches users who
experienced Spark on K8s
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]