zjffdu commented on a change in pull request #3418: [ZEPPELIN-4241] Configure the interpreter docker container time zone URL: https://github.com/apache/zeppelin/pull/3418#discussion_r309583077
########## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin/interpreter/launcher/DockerInterpreterProcess.java ########## @@ -451,10 +459,9 @@ private void copyRunFileToContainer(String containerId) // 8) ${ZEPPELIN_HOME}/lib/interpreter is uploaded to `${CONTAINER_ZEPPELIN_HOME}` // directory in the container - String libIntpPath = "/lib/interpreter"; - String zeplLibIntpPath = getPathByHome(zeppelinHome, libIntpPath); - mkdirInContainer(containerId, zeplLibIntpPath); - docker.copyToContainer(new File(zeplLibIntpPath).toPath(), containerId, zeplLibIntpPath); + String intpApiJarPath = "/interpreter/zeppelin-interpreter-api-0.9.0-SNAPSHOT.jar"; Review comment: version is hard coded ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services