[ 
https://issues.apache.org/jira/browse/HDFS-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gao Zhong Liang updated HDFS-6874:
----------------------------------
    Attachment: HDFS-6874-branch-2.6.0.patch

So sorry for the late response. I put up another separate patch for branch 
2.6.0.

> Add GET_BLOCK_LOCATIONS operation to HttpFS
> -------------------------------------------
>
>                 Key: HDFS-6874
>                 URL: https://issues.apache.org/jira/browse/HDFS-6874
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.4.1
>            Reporter: Gao Zhong Liang
>            Assignee: Gao Zhong Liang
>         Attachments: HDFS-6874-branch-2.6.0.patch, HDFS-6874.patch
>
>
> GET_BLOCK_LOCATIONS operation is missing in HttpFS, which is already 
> supported in WebHDFS.  For the request of GETFILEBLOCKLOCATIONS in 
> org.apache.hadoop.fs.http.server.HttpFSServer, BAD_REQUEST is returned so far:
> .......
>  case GETFILEBLOCKLOCATIONS: {
>         response = Response.status(Response.Status.BAD_REQUEST).build();
>         break;
>       }
> ........ 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to