You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Michel Tourn (JIRA)" <ji...@apache.org> on 2006/09/06 22:33:22 UTC

[jira] Created: (HADOOP-512) Write and integrate HDFS webdav provider

Write and integrate HDFS webdav provider
----------------------------------------

                 Key: HADOOP-512
                 URL: http://issues.apache.org/jira/browse/HADOOP-512
             Project: Hadoop
          Issue Type: New Feature
          Components: dfs
            Reporter: Michel Tourn


Write and integrate HDFS webdav provider:
Wider context: http://issues.apache.org/jira/browse/HADOOP-496

This patch will include third-party code in the form of a webdav.jar library:
http://issues.apache.org/jira/browse/HADOOP-505

The new code will live in package:
org.apache.hadoop.dfs.webdav

The code will build as part of the regular ant compile-core.

The Web UI in the NameNode and DataNode will run a servlet rooted at /dav:

For ex:
http://namenode:50070/dav/user/michel/streamingtest/in/gz/
http://datanode2:50075/dav/user/michel/streamingtest/in/plain/





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HADOOP-512) Write and integrate HDFS webdav provider

Posted by "Enis Soztutar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar resolved HADOOP-512.
----------------------------------

    Resolution: Duplicate

Marking this issue as duplicate due to the more comprehensive HADOOP-496. 

> Write and integrate HDFS webdav provider
> ----------------------------------------
>
>                 Key: HADOOP-512
>                 URL: https://issues.apache.org/jira/browse/HADOOP-512
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: dfs
>            Reporter: Michel Tourn
>            Assignee: Sameer Paranjpye
>
> Write and integrate HDFS webdav provider:
> Wider context: http://issues.apache.org/jira/browse/HADOOP-496
> This patch will include third-party code in the form of a webdav.jar library:
> http://issues.apache.org/jira/browse/HADOOP-505
> The new code will live in package:
> org.apache.hadoop.dfs.webdav
> The code will build as part of the regular ant compile-core.
> The Web UI in the NameNode and DataNode will run a servlet rooted at /dav:
> For ex:
> http://namenode:50070/dav/user/michel/streamingtest/in/gz/
> http://datanode2:50075/dav/user/michel/streamingtest/in/plain/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.