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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 62182b1f744d HADOOP-19098. Vector IO: test failure followup (#6701)
62182b1f744d is described below

commit 62182b1f744d145ece124d4939864982f6c36b1e
Author: Steve Loughran <ste...@cloudera.com>
AuthorDate: Wed Apr 3 20:40:41 2024 +0100

    HADOOP-19098. Vector IO: test failure followup (#6701)
    
    Revert changes in ITestDelegatedMRJob which came in with HADOOP-19098
    
    Contributed by Steve Loughran
---
 .../org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java
 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java
index 69795b06aae3..ba9746358c57 100644
--- 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java
+++ 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java
@@ -175,7 +175,7 @@ public class ITestDelegatedMRJob extends 
AbstractDelegationIT {
     String host = jobResourceUri.getHost();
     // and fix to the main endpoint if the caller has moved
     conf.set(
-        String.format("fs.s3a.bucket.%s.endpoint", host), "us-east-1");
+        String.format("fs.s3a.bucket.%s.endpoint", host), "");
 
     // set up DTs
     enableDelegationTokens(conf, tokenBinding);


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

Reply via email to