I'll try that thanks for the suggestion Steve! Mark On Fri, Oct 12, 2012 at 11:27 AM, Steve Loughran <[email protected]>wrote:
> > > On 11 October 2012 20:53, Mark Olimpiati <[email protected]> wrote: > >> Thanks for the reply Harsh, but as I said I tried locally too by using >> the following: >> >> FileSystem localFs = cachedFiles[0].getFileSystem(new >> Configuration()); >> >> >> Isn't the above supposed to give me the local file system ?? If yes, I >> tried that but didn't work, if not, can you show one example? >> >> Thank you, >> Mark > > > gives you the default FS for that process, which can be different. > > what about FileSystem.get("file://tmp",new Configuration()) >
