hi, Harsh Sorry, I should have done that in the first place. This is all I have on console output
DEBUG Configuration - java.io.IOException: config() at org.apache.hadoop.conf.Configuration.<init>(Configuration.java:226) at org.apache.hadoop.conf.Configuration.<init>(Configuration.java:213) at test.fsTestFS.main(TestFS.java:127) Do I have to put "core-site.xml" and "configuration.xsl" to conf/ subdirectory at the root of the classpath? Thanks Ruby On Fri, Sep 23, 2011 at 4:14 AM, Harsh J <ha...@cloudera.com> wrote: > Hi Ruby, > > Can you share the exact error message / stacktrace? > > On Fri, Sep 23, 2011 at 1:36 PM, Ruby Stevenson <ruby...@gmail.com> 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 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 if I try >> the "false" flag. I am sure I missed something here and appreciate any >> help. >> >> Thanks >> >> Ruby >> > > > > -- > Harsh J >