You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2017/05/09 18:54:04 UTC

[jira] [Created] (HDFS-11786) Add a new command for multi threaded Put/CopyFromLocal

Mukul Kumar Singh created HDFS-11786:
----------------------------------------

             Summary: Add a new command for multi threaded Put/CopyFromLocal
                 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


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.3.15#6346)

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