Description
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.
Attachments
Issue Links
- links to