Hello, I'm trying to figure out if I can use a specific path in the fs.defaultFS property. For example, I have a local directory at /local and would like the root path to start under /local. So I used the value file:///local/ as the value of fs.defaultFS. This had no affect and still used the root of my file system.
Is there a way (through configuration or another AbstractFileSystem implementation) to specify a directory as the root of the filesystem as seen from Hadoop? Thanks, -Chris
