Hi, I am evaluating commons-vfs 2.0 for one of my use cases. I read that commons--vfs 2.1 has a file system implementation for HDFS. Since commons-vfs 2.1 is still in development and commons-vfs 2.1 does not have all capabilities that we require for hdfs, I would like to implement a custom file system with commons vfs 2.0 now and enchance commons-vfs 2.1 when that release is made.
Could you please tell me how to implement a such a file system for commons-vfs 2.0? I would like to know: 1. The specific classes that need to be implemented. 2. How to register/supply these classes so that it can be used by my application? 3. How the name resolution takes place when I provide a filepath of hdfs file? Thanks, Richards Peter.