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:
parent
eede5b1315
commit
62182b1f74
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user