Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-6040

Run mode "docker" not working properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.12.0
    • docker

    Description

      Several issues have been identified with the "docker" run mode that are causing it to function improperly. Below are the specific problems encountered:

      1. 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.
      1. 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.
      1. Miscellaneous Issues:
        • Additional issues have been identified that require further investigation and resolution.

      Attachments

        Issue Links

          Activity

            People

              chanho0325 Chan Ho Lee
              chanho0325 Chan Ho Lee
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: