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 SteveLoughran: https://wiki.apache.org/hadoop/MountableHDFS?action=diff&rev1=19&rev2=20 Comment: fix formatting on hadoofus entries https://github.com/cemeyer/hadoofus - > The hadoofus project is an HDFS (Hadoop Distributed File System) client library. It is implemented in C and supports RPC pipelining and out-of-order execution. + The hadoofus project is an HDFS (Hadoop Distributed File System) client library. It is implemented in C and supports RPC pipelining and out-of-order execution. + - > It provides a C API for directly calling Namenode RPCs and performing Datanode block read and write operations, as well as a libhdfs-compatible interface (libhdfs_hadoofus.so). + It provides a C API for directly calling Namenode RPCs and performing Datanode block read and write operations, as well as a libhdfs-compatible interface (libhdfs_hadoofus.so). + - > It also includes a Python wrapper module, implemented in Cython. + It also includes a Python wrapper module, implemented in Cython. + - > Note: This library currently supports the HDFS protocol as spoken by Apache Hadoop releases 0.20.203 through 1.0.3. + Note: This library currently supports the HDFS protocol as spoken by Apache Hadoop releases 0.20.203 through 1.0.3. == native-hdfs-fuse == https://github.com/remis-thoughts/native-hdfs-fuse - > Unlike most other FUSE HDFS implementations this implementation doesn't use libhdfs or otherwise start a JVM - it constructs and sends the protocol buffer messages itself. + Unlike most other FUSE HDFS implementations this implementation doesn't use libhdfs or otherwise start a JVM - it constructs and sends the protocol buffer messages itself. - > The implementation supports random file writes too. + The implementation supports random file writes too.
