[ 
https://issues.apache.org/jira/browse/HDFS-3598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13530516#comment-13530516
 ] 

Konstantin Shvachko commented on HDFS-3598:
-------------------------------------------

I think we should add concat() to FileSystem API and make it available through 
WebHDFS. 
FileSystem has plenty of methods custom to HDFS only starting with 
getFileBlockLocations().
WebHDFS allows concurrent load of files because it redirects to individual 
DataNodes. 
With concat() one will be able to efficiently load large files via http.
                
> WebHDFS: support file concat
> ----------------------------
>
>                 Key: HDFS-3598
>                 URL: https://issues.apache.org/jira/browse/HDFS-3598
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>
> In trunk and branch-2, DistributedFileSystem has a new concat(Path trg, Path 
> [] psrcs) method.  WebHDFS should support it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to