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

Anu Engineer commented on HDFS-11786:
-------------------------------------

[~msingh] +1, great work. This is really a good change. One small nit: You 
don't have to fix it, since it is a question of taste. I like my -args to be 
single char or something that clearly explains the notion. "-nt" seems neither 
here nor there. Would you please consider it renaming it to "t". Either way, I 
am +1 on this change, pending jenkins.

> 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
>         Attachments: HDFS-11786.001.patch, HDFS-11786.002.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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to