Hi,
I have been struck with this exception:
java.io.IOException: config()
at org.apache.hadoop.conf.Configuration.(Configuration.java:211)
at org.apache.hadoop.conf.Configuration.(Configuration.java:198)
at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:99)
at test.TestApp.main(TestApp.java:19)
05Aug2011 20:08:53,303 DEBUG
[LeaseChecker@DFSClient[clientName=DFSClient_-1591195062,
ugi=jagarandas,staff,com.apple.sharepoint.group.1,_developer,_lpoperator,_lpadmin,_appserveradm,admin,_appserverusr,localaccounts,everyone,fmsadmin,com.apple.access_screensharing,com.apple.sharepoint.group.2,com.apple.sharepoint.group.3]:
java.lang.Throwable: for testing
05Aug2011 20:08:53,315 DEBUG [listenerContainer-1] (DFSClient.java:3012) -
DFSClient writeChunk allocating new packet seqno=0,
src=/home/hadoop/listenerContainer-1jagaran-dass-macbook-pro.local_222812011-08-05-20-08-52,
packetSize=65557, chunksPerPacket=127, bytesCurBlock=0
I saw the source code :
public Configuration(boolean loadDefaults) {
this.loadDefaults = loadDefaults;
if (LOG.isDebugEnabled()) {
LOG.debug(StringUtils.stringifyException(new IOException("config()")));
}
synchronized(Configuration.class) {
REGISTRY.put(this, null);
}
}
Log is in debug mode.
Can anyone please help me on this??
Regards,
JD