Reamer commented on a change in pull request #4070:
URL: https://github.com/apache/zeppelin/pull/4070#discussion_r590082082
##########
File path: scripts/docker/zeppelin-server/Dockerfile
##########
@@ -41,43 +41,43 @@ ENV LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
VERSION="${version}" \
- Z_HOME="/opt/zeppelin" \
+ ZEPPELIN_HOME="/opt/zeppelin" \
ZEPPELIN_ADDR="0.0.0.0" \
Review comment:
@Leemoonsoo
I think you should also set `HOME` in this place to fix your problem with
Helium in this Dockerfile as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]