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");
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