You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2021/02/04 13:36:52 UTC

[hadoop] branch trunk updated (c174141 -> 5f34271)

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

stevel pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from c174141  YARN-10612. Fix findbugs issue introduced in YARN-10585. Contributed by Gergely Pollak
     add 5f34271  HADOOP-17475. ABFS : add high performance listStatusIterator (#2548)

No new revisions were added by this update.

Summary of changes:
 .../hadoop-azure/dev-support/findbugs-exclude.xml  |   9 +
 .../hadoop/fs/azurebfs/AbfsConfiguration.java      |  13 +
 .../hadoop/fs/azurebfs/AzureBlobFileSystem.java    |  16 +
 .../fs/azurebfs/AzureBlobFileSystemStore.java      |  33 +-
 .../fs/azurebfs/constants/ConfigurationKeys.java   |   2 +
 .../constants/FileSystemConfigurations.java        |   2 +
 .../services/AbfsListStatusRemoteIterator.java     | 159 ++++++++++
 .../fs/azurebfs/services/ListingSupport.java       |  79 +++++
 .../ITestAbfsListStatusRemoteIterator.java         | 340 +++++++++++++++++++++
 9 files changed, 643 insertions(+), 10 deletions(-)
 create mode 100644 hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsListStatusRemoteIterator.java
 create mode 100644 hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ListingSupport.java
 create mode 100644 hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsListStatusRemoteIterator.java


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