Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by petewyckoff: http://wiki.apache.org/hadoop/MountableHDFS ------------------------------------------------------------------------------ = Mounting HDFS = + {{{ + [mymachine] ~ > df -kh /export/hdfs/ + Filesystem Size Used Avail Use% Mounted on + fuse 4.1P 642T 3.5P 21% /export/hdfs + [mymachine] ~ > ls /export/hdfs/ + home tmp Trash user usr var + }}} + + + - These projects allow HDFS to be mounted (on most flavors of Unix) as a standard file system using the mount command. Once mounted, the user can operate on an instance of hdfs using standard Unix utilities such as 'ls', 'cd', 'cp', 'mkdir', 'find', 'grep', etc. + These projects allow HDFS to be mounted (on most flavors of Unix) as a standard file system using the mount command. Once mounted, the user can operate on an instance of hdfs using standard Unix utilities such as 'ls', 'cd', 'cp', 'mkdir', 'find', 'grep', or use standard Posix libraries like open, write, read, close from C, C++, Python, Ruby, Perl, Java, bash, etc. == Options == @@ -12, +22 @@ == Fuse-DFS == - (currently this is just the README for fuse-dfs) + Supports reads, writes, and directory operations (e.g., cp, ls, more, cat, find, less, rm, mkdir, mv, rmdir). Does not support touch, chmod, chown, and it does not respect permissions and shows all files as owned by 'nobody'. + === BUILDING ===
