This is an automated email from the ASF dual-hosted git repository.

sodonnell pushed a change to branch branch-3.2.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from fa737f7  YARN-10438. Handle null containerId in 
ClientRMService#getContainerReport() (#2313)
     new c5c158d  HDFS-16173.Improve CopyCommands#Put#executor queue 
configurability. (#3302)
     new d15afa3  HADOOP-17998. Allow get command to run with multi threads. 
(#3645)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../hadoop/fs/shell/CommandWithDestination.java    |   8 +-
 .../fs/shell/CopyCommandWithMultiThread.java       | 155 +++++++++++++++++++++
 .../org/apache/hadoop/fs/shell/CopyCommands.java   | 123 +++++-----------
 .../src/site/markdown/FileSystemShell.md           |  34 +++--
 .../apache/hadoop/fs/shell/TestCopyFromLocal.java  |  95 ++++++-------
 .../hadoop/fs/shell/TestCopyPreserveFlag.java      |  59 +++++++-
 ...TestCopyFromLocal.java => TestCopyToLocal.java} | 152 ++++++++++++--------
 .../hadoop-common/src/test/resources/testConf.xml  |  92 ++++++------
 8 files changed, 451 insertions(+), 267 deletions(-)
 create mode 100644 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommandWithMultiThread.java
 copy 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/{TestCopyFromLocal.java
 => TestCopyToLocal.java} (54%)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to