When running Hadoop with DEBUG logging on, this IOException was actually
responsible for well-over 90% of the lines of text in my logs, making them
unreadable.
We actually removed this on trunk:
https://issues.apache.org/jira/browse/HADOOP-6312
- Aaron
On Thu, Nov 19, 2009 at 5:29 AM, Steve Lou
Rekha Joshi wrote:
Hi Sonal,
AFAIK,this exception mostly has no impact other than to indicate object
creation.I agree Hadoop configuration class can be improved to handle it.
if (LOG.isDebugEnabled()) {
LOG.debug(StringUtils.stringifyException
(new IOException("config
Hi Sonal,
AFAIK,this exception mostly has no impact other than to indicate object
creation.I agree Hadoop configuration class can be improved to handle it.
Refer http://osdir.com/ml/hbase-user-hadoop-apache/2009-03/msg00280.html
Thanks & Regards,
/R
On 11/19/09 11:29 AM, "Sonal Goyal" wrote: