Chan Ho Lee created ZEPPELIN-6040:
-------------------------------------

             Summary: Run mode "docker" not working properly
                 Key: ZEPPELIN-6040
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6040
             Project: Zeppelin
          Issue Type: Bug
          Components: docker
            Reporter: Chan Ho Lee


Several issues have been identified with the "docker" run mode that are causing 
it to function improperly. Below are the specific problems encountered:
 # *Base Image Version Issue in {{{}/scripts/docker/interpreter/Dockerfile{}}}:*

 ** The base image version is outdated, currently at {{{}0.8.0{}}}, which is 
significantly behind the latest version.
 ** The URL for downloading Spark is not working, causing failures in the build 
process.
 # *Host Environment Variables Overriding Container Environment Variables:*

 ** The {{JAVA_HOME}} variable from the host is unnecessarily being passed to 
the container, potentially causing conflicts with the intended Java environment 
inside the container.
 ** The {{PATH}} from the host is being propagated into the container, which 
may lead to unexpected behavior due to differing paths and binaries.
 ** The {{ZEPPELIN_HOME}} variable from the host is also being passed, which 
can interfere with the Zeppelin environment within the container.
 # *Miscellaneous Issues:*

 ** Additional issues have been identified that require further investigation 
and resolution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to