File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 39
39
import static org .apache .hadoop .fs .s3a .Constants .PREFETCH_BLOCK_DEFAULT_SIZE ;
40
40
import static org .apache .hadoop .fs .s3a .Constants .PREFETCH_BLOCK_SIZE_KEY ;
41
41
import static org .apache .hadoop .fs .s3a .Constants .PREFETCH_ENABLED_KEY ;
42
- import static org .apache .hadoop .fs .s3a .Constants .PREFETCH_MAX_BLOCKS_COUNT ;
43
42
import static org .apache .hadoop .fs .statistics .IOStatisticAssertions .assertThatStatisticMaximum ;
44
43
import static org .apache .hadoop .fs .statistics .IOStatisticAssertions .verifyStatisticCounterValue ;
45
44
import static org .apache .hadoop .fs .statistics .IOStatisticAssertions .verifyStatisticGaugeValue ;
@@ -79,6 +78,7 @@ public ITestS3APrefetchingInputStream() {
79
78
private static final int TIMEOUT_MILLIS = 5000 ;
80
79
private static final int INTERVAL_MILLIS = 500 ;
81
80
81
+
82
82
@ Override
83
83
public Configuration createConfiguration () {
84
84
Configuration conf = super .createConfiguration ();
You can’t perform that action at this time.
0 commit comments