HADOOP-19098. Vector IO: test failure followup (#6701)

Revert changes in ITestDelegatedMRJob which came in with HADOOP-19098

Contributed by Steve Loughran
This commit is contained in:
Steve Loughran 2024-04-03 20:40:41 +01:00 committed by GitHub
parent eede5b1315
commit 62182b1f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);