Re: Configuration.java and bad constructor

2007-07-18 Thread Doug Cutting
Briggs wrote: Starting at line 90 of org.apache.hadoop.conf.Configuration.java /** A new configuration. */ public Configuration() { if (LOG.isDebugEnabled()) { LOG.debug(StringUtils.stringifyException(new IOException("config()"))); } defaultResources.add("hadoop-default.xml");

Configuration.java and bad constructor

2007-07-18 Thread Briggs
The constructor of Configuration is written like this: Starting at line 90 of org.apache.hadoop.conf.Configuration.java /** A new configuration. */ public Configuration() { if (LOG.isDebugEnabled()) { LOG.debug(StringUtils.stringifyException(new IOException("config()"))); } defau