This is an automated email from the ASF dual-hosted git repository. weichiu pushed a change to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 9a53df2c0bf HADOOP-19290. Operating on / in ChecksumFileSystem throws NPE. (#7074). Contributed by Ayush Saxena. new 404e05905e8 HDFS-17381. Distcp of EC files should not be limited to DFS. (#6551) new 520ded41d2b HDFS-17461. Fix spotbugs in PeerCache#getInternal (#6721). 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: .../main/java/org/apache/hadoop/fs/FileUtil.java | 19 +++ .../main/java/org/apache/hadoop/fs/Options.java | 5 + .../org/apache/hadoop/fs/WithErasureCoding.java | 50 ++++++++ .../apache/hadoop/hdfs/DistributedFileSystem.java | 16 ++- .../java/org/apache/hadoop/hdfs/PeerCache.java | 4 - .../hadoop/hdfs/client/DfsPathCapabilities.java | 2 + .../org/apache/hadoop/tools/mapred/CopyMapper.java | 9 +- .../mapred/RetriableDirectoryCreateCommand.java | 33 ++++-- .../tools/mapred/RetriableFileCopyCommand.java | 43 +++---- .../hadoop/tools/TestDistCpWithRawXAttrs.java | 130 +++++++++++++++++++++ 10 files changed, 271 insertions(+), 40 deletions(-) create mode 100644 hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/WithErasureCoding.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org