Index: ql/src/java/org/apache/hadoop/hive/ql/util/ResourceDownloader.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- ql/src/java/org/apache/hadoop/hive/ql/util/ResourceDownloader.java (revision c7d7b15307d4e856e67ec2e346346bf851c486c9) +++ ql/src/java/org/apache/hadoop/hive/ql/util/ResourceDownloader.java (date 1520508604000) @@ -95,7 +95,7 @@ private String downloadResource(URI srcUri, String subDir, boolean convertToUnix) throws IOException, URISyntaxException { - LOG.info("converting to local {}", srcUri); + LOG.debug("Converting to local {}", srcUri); File destinationDir = (subDir == null) ? resourceDir : new File(resourceDir, subDir); ensureDirectory(destinationDir); File destinationFile = new File(destinationDir, new Path(srcUri.toString()).getName());