Re: The configuration loading behavior

2011-09-29 Thread Ruby Stevenson
o use the configuration and customize. I thought my core-site.xml was not found or read properly. If I had dump'ed the whole thing - it should be behaving properly despite the *printed* exception. Best Regard, Ruby On Thu, Sep 29, 2011 at 6:33 AM, Steve Loughran wrote: > On 29/09/1

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

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

Re: new Configuration() exception

2011-09-23 Thread Ruby Stevenson
sage / stacktrace? > > On Fri, Sep 23, 2011 at 1:36 PM, Ruby Stevenson wrote: >> hi all >> >> I am trying to leverage Hadoop's abstract filesystem API and >> experiment something new. This is built against hadoop-core-0.20.204 >> jar >> >> I hav

new Configuration() exception

2011-09-23 Thread Ruby Stevenson
hi all I am trying to leverage Hadoop's abstract filesystem API and experiment something new. This is built against hadoop-core-0.20.204 jar I have a customized core-site.xml in my classpath However when I do c = new Configuration() I ran into IOException in debug mode, I can't get passed even