Skip to content

Commit

Permalink
HADOOP-19098. Vector IO: test failure followup (#6701)
Browse files Browse the repository at this point in the history
Revert changes in ITestDelegatedMRJob which came in with HADOOP-19098

Contributed by Steve Loughran
  • Loading branch information
steveloughran authored Apr 3, 2024
1 parent eede5b1 commit 62182b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected YarnConfiguration createConfiguration() {
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);
Expand Down

0 comments on commit 62182b1

Please sign in to comment.