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 ------------------------------------------------------------------------------ * 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 is very similar to contrib/fuse-dfs + * webdav - hdfs exposed as a webdav resource == Fuse-DFS == @@ -135, +136 @@ see http://code.google.com/p/hdfs-fuse/ + == Webdav == + + Boris Musykantski <[EMAIL PROTECTED]> wrote (on hadoop-core-user@) + + Some time ago there was a discussion on this list about exposing HDFS + through webdav. The almost complete code is in + https://issues.apache.org/jira/browse/HADOOP-496. + We re-touched it a bit, updated it to work with 0.16 and 0.17 and put some + support for authentications and permissions. + + The result is here : http://www.hadoop.iponweb.net/ together with + installation instructions and a small "demo" server to allow you to check + compatibility of the server with different clients. + (scroll all the way down if you are not interested in our thoughts on hadoop + framework in general) + + We tested this with WinXP and Win2003 server and plan to use this in + production, so, quite naturally we are very interested in any feedback. + Also I'd want to thank the authors of the HADOOP-496 for the terrific work. +
