This is an automated email from the ASF dual-hosted git repository. tmarquardt pushed a change to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from 8e8c16d YARN-9756: Create metric that sums total memory/vcores preempted per round. Contributed by Manikandan R (manirajv06). new e5bb849 HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream. new 50953c5 HADOOP-16269. ABFS: add listFileStatus with StartFrom. new 605c812 HADOOP-16251. ABFS: add FSMainOperationsBaseTest new 67fe539 Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest" new 42816bf HADOOP-16376. ABFS: Override access() to no-op. new 8044415 HADOOP-16404. ABFS default blocksize change(256MB from 512MB) new 1376f2e HADOOP-16479. ABFS FileStatus.getModificationTime returns localized time instead of UTC. new 6cb7462 HADOOP-16315. ABFS: transform full UPN for named user in AclStatus new f56972b HADOOP-16460: ABFS: fix for Sever Name Indication (SNI) The 9 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-project/pom.xml | 2 +- .../hadoop/fs/azurebfs/AzureBlobFileSystem.java | 23 +++- .../fs/azurebfs/AzureBlobFileSystemStore.java | 126 +++++++++++++++-- .../fs/azurebfs/constants/AbfsHttpConstants.java | 9 ++ .../constants/FileSystemConfigurations.java | 2 +- .../fs/azurebfs/oauth2/IdentityTransformer.java | 75 ++++++++-- .../fs/azurebfs/services/AbfsOutputStream.java | 17 ++- .../org/apache/hadoop/fs/azurebfs/utils/CRC64.java | 60 ++++++++ .../fs/azurebfs/AbstractAbfsIntegrationTest.java | 7 +- .../fs/azurebfs/ITestAbfsIdentityTransformer.java | 58 +++++++- .../ITestAzureBlobFileSystemFileStatus.java | 18 +++ .../ITestAzureBlobFileSystemMainOperation.java | 71 ++++++++++ ...zureBlobFileSystemStoreListStatusWithRange.java | 151 +++++++++++++++++++++ .../TestAbfsConfigurationFieldsValidation.java | 6 + .../apache/hadoop/fs/azurebfs/TestAbfsCrc64.java | 26 ++-- 15 files changed, 601 insertions(+), 50 deletions(-) create mode 100644 hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/utils/CRC64.java create mode 100644 hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemMainOperation.java create mode 100644 hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemStoreListStatusWithRange.java copy hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/TestJUnitSetup.java => hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/TestAbfsCrc64.java (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org