Re: No FileSystem for scheme: file

2014-11-06 Thread Tim Robertson
Thanks for taking the time to detail the explanation Walter, that was indeed the issue. On Wed, Nov 5, 2014 at 6:08 PM, Walter King wal...@adroll.com wrote: We ran into this issue. This post: http://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file was helpful

Re: No FileSystem for scheme: file

2014-11-05 Thread Sean Busbey
How are you submitting the job? How are your cluster configuration files deployed (i.e. are you using CM)? On Wed, Nov 5, 2014 at 8:50 AM, Tim Robertson timrobertson...@gmail.com wrote: Hi all, I'm seeing the following java.io.IOException: No FileSystem for scheme: file

Re: No FileSystem for scheme: file

2014-11-05 Thread Tim Robertson
: Hi all, I'm seeing the following java.io.IOException: No FileSystem for scheme: file at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591) at org.apache.hadoop.fs.FileSystem.access$200

Re: No FileSystem for scheme: file

2014-11-05 Thread Stack
java.io.IOException: No FileSystem for scheme: file at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591) at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91

Re: No FileSystem for scheme: file

2014-11-05 Thread Sean Busbey
wrote: Hi all, I'm seeing the following java.io.IOException: No FileSystem for scheme: file at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591

Re: No FileSystem for scheme: file

2014-11-05 Thread Tim Robertson
at 8:50 AM, Tim Robertson timrobertson...@gmail.com wrote: Hi all, I'm seeing the following java.io.IOException: No FileSystem for scheme: file at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584

Re: No FileSystem for scheme: file

2014-11-05 Thread Walter King
We ran into this issue. This post: http://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file was helpful. Differents JARs (hadoop-commons for LocalFileSystem, hadoop-hdfs for DistributedFileSystem) each contain a different file called org.apache.hadoop.fs.FileSystem