zjffdu commented on a change in pull request #4097: URL: https://github.com/apache/zeppelin/pull/4097#discussion_r616831897
########## File path: zeppelin-plugins/launcher/yarn/src/main/java/org/apache/zeppelin/interpreter/launcher/YarnRemoteInterpreterProcess.java ########## @@ -266,6 +270,30 @@ private ContainerLaunchContext setUpAMLaunchContext() throws IOException { addResource(fs, destPath, localResources, LocalResourceType.ARCHIVE, "hive_conf"); } } + + String yarnDistArchives = launchContext.getProperties().getProperty("zeppelin.yarn.dist.archives"); + if (org.apache.commons.lang3.StringUtils.isNotBlank(yarnDistArchives)) { Review comment: Good point, fixed it now -- 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