Mounting HDFS directory
问题 Can I mount HDFS directory (configured in Ubuntu) to a drive in Windows server ? After mapping e.g H:\ ---> \home\user1\HDFSCreatedDir , would like to read, write and move/copy files using normal Java IO package API's. 回答1: Yes, HDFS directory can be mounted in Windows and Linux. You can use one of the tools below: contrib/fuse-dfs is built on fuse, some C glue, libhdfs and the hadoop-dev.jar fuse-j-hdfs is built on fuse, fuse for java, and the hadoop-dev.jar hdfs-fuse - a google code project