Hello all, We are looking for some expertise with Hadoop's handling of URI schemes. Our problem is that we want to subclass RawLocalFileSystem for the Ceph file system [1], and get all of RawLocal's functionality, but we don't want the file:// URI scheme. That is, we want to treat this location in the file hierarchy, a point where we mount Ceph:
/mnt/ceph/ as: ceph:/// instead of: file:///mnt/ceph/ Since RawLocalFileSystem hard-codes that URI scheme, what's the best way to solve that problem? --Alex [1] https://issues.apache.org/jira/browse/HADOOP-6779