소스 검색

[beeswax] It looks like Hue installation is missing hive-default.xml

Romain Rigaux 13 년 전
부모
커밋
c750938e6e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/beeswax/java/src/main/java/com/cloudera/beeswax/ConfigDescriptions.java

+ 2 - 1
apps/beeswax/java/src/main/java/com/cloudera/beeswax/ConfigDescriptions.java

@@ -89,7 +89,8 @@ public class ConfigDescriptions {
         LOG.info("Parsed " + resourceName + " sucessfully.  Learned " + n
             + " descriptions.");
       } catch (Exception e) {
-        LOG.warn("Could not parse or find: " + resourceName, e);
+        LOG.warn("Could not parse or find: " + resourceName +
+            ".  Learned 0 description, this is not a problem.");
       }
     }