[ https://issues.apache.org/jira/browse/HADOOP-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Wyckoff updated HADOOP-4: ------------------------------ Attachment: fuse-dfs.tar.gz Here's the same code (w/o the closelog after the return in main :)) and the Makefile.am - sorry I haven't been able to get to this and making a nice autoconf. But, it is easy to build: 0. install hadoop 14.x 1. build and install latest fuse 2. compile fuse_dfs.c with 2 includes - one for fuse and one for hadoop's hdfs.h and their libraries as well. 3. run it ./fuse_dfs -debug -server <hadoopnn> -port <hadoopnnport> /mnt/hdfs -d -o allow_other Obviously, hadoop needs to be in your class path and your ld library path needs the fuse and hdfs .sos When ready for production remove the -debug (which is an option to fuse-dfs for deubgging) and the -d which is the fuse debugging option. On my return from vacation, I will make better docs and autoconf. Note again, this is read only, but it is really easy to implement writes. -- pete > tool to mount dfs on linux > -------------------------- > > Key: HADOOP-4 > URL: https://issues.apache.org/jira/browse/HADOOP-4 > Project: Hadoop > Issue Type: Improvement > Components: fs > Affects Versions: 0.5.0 > Environment: linux only > Reporter: John Xing > Assignee: Doug Cutting > Attachments: fuse-dfs.tar.gz, > fuse-hadoop-0.1.0_fuse-j.2.2.3_hadoop.0.5.0.tar.gz, > fuse-hadoop-0.1.0_fuse-j.2.4_hadoop.0.5.0.tar.gz, fuse-hadoop-0.1.1.tar.gz, > fuse-j-hadoopfs-03.tar.gz, fuse_dfs.c > > > tool to mount dfs on linux -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.