[
https://issues.apache.org/jira/browse/HADOOP-13600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654967#comment-15654967
]
ASF GitHub Bot commented on HADOOP-13600:
-----------------------------------------
GitHub user sahilTakiar opened a pull request:
https://github.com/apache/hadoop/pull/157
HADOOP-13600. S3a rename() to copy files in a directory in parallel
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sahilTakiar/hadoop HADOOP-13600
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hadoop/pull/157.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #157
----
commit 1d659cba642b381fd98b9fb3a2443ee9d2cab2fa
Author: Sahil Takiar <[email protected]>
Date: 2016-11-10T19:27:24Z
HADOOP-13600. S3a rename() to copy files in a directory in parallel
----
> S3a rename() to copy files in a directory in parallel
> -----------------------------------------------------
>
> Key: HADOOP-13600
> URL: https://issues.apache.org/jira/browse/HADOOP-13600
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 2.7.3
> Reporter: Steve Loughran
> Assignee: Steve Loughran
>
> Currently a directory rename does a one-by-one copy, making the request
> O(files * data). If the copy operations were launched in parallel, the
> duration of the copy may be reducable to the duration of the longest copy.
> For a directory with many files, this will be significant
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]