Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "MountableHDFS" page has been changed by Remis: https://wiki.apache.org/hadoop/MountableHDFS?action=diff&rev1=20&rev2=21 Comment: hadoofus isn't actually a FUSE implementation * webdav - hdfs exposed as a webdav resource * mapR - contains a closed source hdfs compatible file system that supports read/write NFS access * [[https://github.com/cloudera/hdfs-nfs-proxy|HDFS NFS Proxy]] - exports HDFS as NFS without use of fuse. Supports Kerberos and re-orders writes so they are written to hdfs sequentially. - * hadoofus - a FUSE implementation in C for hadoop 0.20.203 to 1.0.3 * native-hdfs-fuse - a FUSE implementation in C that supports random writes + + While not complete filesystem implementations (FUSE or otherwise), the following projects could be useful when building one: + + * hadoofus - an implementation of the libhdfs API in C for hadoop 0.20.203 to 1.0.3 == Supported Operating Systems ==
