tbonelee commented on PR #4780: URL: https://github.com/apache/zeppelin/pull/4780#issuecomment-2286001245
> @tbonelee To make sure, do we assume the zeppelin home for containers is /opt/zeppelin by default? Yes, I have matched the zeppelin home in the `scripts/docker/interpreter/Dockerfile` (which is based on `scripts/docker/zeppelin/bin/Dockerfile`, so it refers to the zeppelin home in that Dockerfile) with the default `zeppelin.docker.container.home` configuration value. In practice, when the run mode is 'docker', the Zeppelin server uploads the interpreter files to the container's zeppelin home path at runtime within the interpreter Docker container, so it might not be strictly necessary to match them. However, to prevent potential conflicts, I determined it would be better to align it with the zeppelin home path of the base image(of dockerfile `scripts/docker/zeppelin/bin/Dockerfile`). -- 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]
