You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "issei yoshida (JIRA)" <ji...@apache.org> on 2009/12/18 09:59:18 UTC

[jira] Created: (HDFS-843) Add HTTP POST/PUT/DELETE support for web servers in datanodes

Add HTTP POST/PUT/DELETE support for web servers in datanodes
-------------------------------------------------------------

                 Key: HDFS-843
                 URL: https://issues.apache.org/jira/browse/HDFS-843
             Project: Hadoop HDFS
          Issue Type: New Feature
            Reporter: issei yoshida


Currently, HDFS files can be read from datanodes by their web servers, but cannot be written or deleted. This add HTTP POST/PUT/DELETE support for HDFS. In requests, HTTP Header must contain Content-Length and Content-Type should NOT be "application/x-​www-form-urlencoded". In POST or PUT requests, target data need to be directly stored in HTTP body.

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