Skip to content

Commit

Permalink
HADOOP-19072 Override fs.s3a.performance.flags for ITestS3AContractMk…
Browse files Browse the repository at this point in the history
…dir (ADDENDUM)
  • Loading branch information
virajjasani committed Aug 8, 2024
1 parent 321a6cc commit e8b8e57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.apache.hadoop.fs.contract.AbstractFSContract;

import static org.apache.hadoop.fs.s3a.Constants.FS_S3A_CREATE_PERFORMANCE;
import static org.apache.hadoop.fs.s3a.Constants.FS_S3A_PERFORMANCE_FLAGS;
import static org.apache.hadoop.fs.s3a.S3ATestUtils.removeBaseAndBucketOverrides;

/**
Expand All @@ -35,6 +36,9 @@ protected Configuration createConfiguration() {
Configuration conf = super.createConfiguration();
removeBaseAndBucketOverrides(conf,
FS_S3A_CREATE_PERFORMANCE);
removeBaseAndBucketOverrides(conf,
FS_S3A_PERFORMANCE_FLAGS);
conf.set(FS_S3A_PERFORMANCE_FLAGS, "");
return conf;
}

Expand Down

0 comments on commit e8b8e57

Please sign in to comment.