Description
We should port the implementation of fuse-dfs to use the webhdfs protocol. This has a number of benefits:
- Compatibility - allows a single fuse client to work across server versions
- Works with both WebHDFS and Hoop since they are protocol compatible
- Removes the overhead related to libhdfs (forking a jvm)
- Makes it easier to support features like security