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 016362a28b5 HADOOP-18548. Hadoop Archive tool (HAR) should acquire delegation tokens from source and destination file systems (#5355) add 389b3ea6e3a HADOOP-18012. ABFS: Enable config controlled ETag check for Rename idempotency (#5488) No new revisions were added by this update. Summary of changes: .../hadoop/fs/azurebfs/AbfsConfiguration.java | 11 + .../hadoop/fs/azurebfs/AzureBlobFileSystem.java | 6 +- .../fs/azurebfs/AzureBlobFileSystemStore.java | 4 +- .../fs/azurebfs/constants/ConfigurationKeys.java | 3 + .../constants/FileSystemConfigurations.java | 1 + .../hadoop/fs/azurebfs/services/AbfsClient.java | 201 ++++++---- .../azurebfs/services/AbfsClientRenameResult.java | 12 + .../fs/azurebfs/services/AbfsRestOperation.java | 53 ++- .../ITestAzureBlobFileSystemDelegationSAS.java | 8 +- .../fs/azurebfs/ITestCustomerProvidedKey.java | 6 +- .../services/TestAbfsRenameRetryRecovery.java | 414 ++++++++++++++++++++- 11 files changed, 622 insertions(+), 97 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org