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 2020/09/09 15:41:52 UTC

[hadoop] branch trunk updated (773ac79 -> 8511926)

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 773ac79  YARN-10387. Implement logic which returns MappingRule objects based on mapping rules. Contributed by Peter Bacsko
     add 8511926  HADOOP-17166. ABFS: configure output stream thread pool (#2179)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/fs/azurebfs/AbfsConfiguration.java      | 22 ++++++
 .../fs/azurebfs/AzureBlobFileSystemStore.java      |  2 +
 .../fs/azurebfs/constants/ConfigurationKeys.java   |  2 +
 .../fs/azurebfs/services/AbfsOutputStream.java     | 18 ++++-
 .../azurebfs/services/AbfsOutputStreamContext.java | 24 +++++++
 .../hadoop-azure/src/site/markdown/abfs.md         | 13 ++++
 .../azurebfs/services/ITestAbfsOutputStream.java   | 78 ++++++++++++++++++++++
 .../fs/azurebfs/services/TestAbfsOutputStream.java |  7 +-
 8 files changed, 163 insertions(+), 3 deletions(-)
 create mode 100644 hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestAbfsOutputStream.java


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