Re: The configuration loading behavior

2011-09-29 Thread Steve Loughran
On 29/09/11 16:25, Ruby Stevenson wrote: Uma, Harsh, and Steve, Thank you all for the explanation. I really appreciate it. I guess it is just ignorant of me of not knowing this as a mere debug printing technique. In my little world, every exception is a cause of alarm ... and I can't tell the d

Re: The configuration loading behavior

2011-09-29 Thread Ruby Stevenson
Uma, Harsh, and Steve, Thank you all for the explanation. I really appreciate it. I guess it is just ignorant of me of not knowing this as a mere debug printing technique. In my little world, every exception is a cause of alarm ... and I can't tell the difference in this case when I try to use th

Re: The configuration loading behavior

2011-09-29 Thread Steve Loughran
On 29/09/11 02:40, Ruby Stevenson wrote: hmm ... I tried a small test program, if I put log4j configuration in the classpath and turn on debug level, I am actually seeing the exception thrown. The seemingly silly issue I had have been bugging me for a while. DEBUG hadoop.conf.Configuration - ja

Re: The configuration loading behavior

2011-09-28 Thread Harsh J
wrote: >> >>> Hello Ruby, >>> >>> It is just logging the trace of configuration object invocations. >>> It will not throw exception. >>> >>> Regards, >>> Uma >>> >>> >>> - Original Message -

Re: The configuration loading behavior

2011-09-28 Thread Harsh J
1 at 8:50 PM, Uma Maheswara Rao G 72686 < > mahesw...@huawei.com> wrote: > >> Hello Ruby, >> >> It is just logging the trace of configuration object invocations. >> It will not throw exception. >> >> Regards, >> Uma >> >> >>

Re: The configuration loading behavior

2011-09-28 Thread Ruby Stevenson
ect invocations. > It will not throw exception. > > Regards, > Uma > > > - Original Message - > From: Ruby Stevenson > Date: Thursday, September 29, 2011 6:15 am > Subject: The configuration loading behavior > To: common-dev@hadoop.apache.org > > &g

Re: The configuration loading behavior

2011-09-28 Thread Uma Maheswara Rao G 72686
Hello Ruby, It is just logging the trace of configuration object invocations. It will not throw exception. Regards, Uma - Original Message - From: Ruby Stevenson Date: Thursday, September 29, 2011 6:15 am Subject: The configuration loading behavior To: common-dev@hadoop.apache.org

The configuration loading behavior

2011-09-28 Thread Ruby Stevenson
All - Can someone please help me to understand this (org.apache.hadoop.conf.Configuration, 20.204). The following code reads like an exception will be thrown if debug is on, no matter what, why? /** A new configuration where the behavior of reading from the default * resources can be turned