瀏覽代碼

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

Romain Rigaux 13 年之前
父節點
當前提交
c750938
共有 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.");
       }
     }