This is an automated email from the ASF dual-hosted git repository. stevel pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from 54a64e5 HADOOP-16944. Use Yetus 0.12.0 in GitHub PR (#1917) new f74a571 HADOOP-16910 : ABFS Streams to update FileSystem.Statistics counters on IO. (#1918). Contributed by Mehakmeet Singh. new 98fdbb8 HADOOP-16965. Refactor abfs stream configuration. (#1956) new f53ded6 HADOOP-16922. ABFS: Change User-Agent header (#1938) The 3 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/azurebfs/AbfsConfiguration.java | 18 +- .../hadoop/fs/azurebfs/AzureBlobFileSystem.java | 4 +- .../fs/azurebfs/AzureBlobFileSystemStore.java | 56 ++++-- .../fs/azurebfs/constants/AbfsHttpConstants.java | 3 + .../fs/azurebfs/constants/ConfigurationKeys.java | 2 + .../constants/FileSystemConfigurations.java | 5 + .../hadoop/fs/azurebfs/services/AbfsClient.java | 70 +++++-- .../fs/azurebfs/services/AbfsInputStream.java | 32 ++- .../azurebfs/services/AbfsInputStreamContext.java | 70 +++++++ .../fs/azurebfs/services/AbfsOutputStream.java | 32 ++- .../azurebfs/services/AbfsOutputStreamContext.java | 68 +++++++ .../{AuthType.java => AbfsStreamContext.java} | 10 +- .../fs/azurebfs/AbstractAbfsTestWithTimeout.java | 59 ++++++ .../fs/azurebfs/ITestAbfsStreamStatistics.java | 157 +++++++++++++++ .../fs/azurebfs/ITestAzureBlobFileSystemOauth.java | 11 +- .../fs/azurebfs/services/TestAbfsClient.java | 224 +++++++++++++++++---- 16 files changed, 711 insertions(+), 110 deletions(-) create mode 100644 hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStreamContext.java create mode 100644 hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStreamContext.java copy hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/{AuthType.java => AbfsStreamContext.java} (85%) create mode 100644 hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsStreamStatistics.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org