Weiwei Yang created HDFS-12459:
----------------------------------

             Summary: Fix revert: Add new op GETFILEBLOCKLOCATIONS to WebHDFS 
REST API
                 Key: HDFS-12459
                 URL: https://issues.apache.org/jira/browse/HDFS-12459
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: webhdfs
            Reporter: Weiwei Yang
            Assignee: Weiwei Yang


HDFS-11156 was reverted because the implementation was non optimal, based on 
the suggestion from [~shahrs87], we should avoid creating a dfs client to get 
block locations because that create extra RPC call. Instead we should use 
{{NamenodeProtocols#getBlockLocations}} then covert {{LocatedBlocks}} to 
{{BlockLocation[]}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to