Details
Description
The minimum allowed block size currently is PREFETCH_BLOCK_DEFAULT_SIZE (8MB).
this.prefetchBlockSize = intOption(
conf, PREFETCH_BLOCK_SIZE_KEY, PREFETCH_BLOCK_DEFAULT_SIZE, PREFETCH_BLOCK_DEFAULT_SIZE);
Why is this the case and should we lower or remove it?
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-18805 s3a large file prefetch tests are too slow, don't validate data
- Resolved
- links to