Re: Exception in thread main java.io.IOException: No FileSystem for scheme: file

2011-08-28 Thread Harsh J
Dieter, You don't need to add the default conf location onto the classpath, its pulled out from the hadoop-core jar directly. In fact, another *-default.xml appearing on your classpath somewhere should ring alarm bells. Can you try with just (assuming myjar.jar has the deps bundled here, else one

Exception in thread main java.io.IOException: No FileSystem for scheme: file

2011-08-26 Thread Dieter Plaetinck
Hi, I know this question has been asked before, but I could not find the right solution. Maybe because I use hadoop 0.20.2, some posts assumed older versions. My code (relevant chunk): import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; Configuration conf =