Browse Source

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

Romain Rigaux 13 years ago
parent
commit
c750938e6e

+ 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.");
       }
     }