[
https://issues.apache.org/jira/browse/HDFS-11786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089062#comment-16089062
]
Hudson commented on HDFS-11786:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #12017 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/12017/])
HDFS-11786. Add support to make copyFromLocal multi threaded. (aengineer: rev
02b141ac6059323ec43e472ca36dc570fdca386f)
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/TestCopyPreserveFlag.java
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommands.java
* (add)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/TestCopyFromLocal.java
* (edit) hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/MoveCommands.java
> Add support to make copyFromLocal multi threaded
> ------------------------------------------------
>
> Key: HDFS-11786
> URL: https://issues.apache.org/jira/browse/HDFS-11786
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-11786.001.patch, HDFS-11786.002.patch,
> HDFS-11786.003.patch, HDFS-11786.004.patch, HDFS-11786.005.patch
>
>
> CopyFromLocal/Put is not currently multithreaded.
> In case, where there are multiple files which need to be uploaded to the
> hdfs, a single thread reads the file and then copies the data to the cluster.
> This copy to hdfs can be made faster by uploading multiple files in parallel.
> I am attaching the initial patch so that I can get some initial feedback.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]