tbonelee commented on code in PR #4780:
URL: https://github.com/apache/zeppelin/pull/4780#discussion_r1717839330


##########
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:
   Then I'll standardize both the Spark installation directory in 
`scripts/docker/interpreter/Dockerfile` and 
`ZEPPELIN_DOCKER_CONTAINER_SPARK_HOME` to `/opt/spark`.



-- 
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]

Reply via email to