ahmarsuhail commented on PR #4305: URL: https://github.com/apache/hadoop/pull/4305#issuecomment-1128933678
Thanks @monthonk. As discussed, instead of using `landsat-pds/scene_list.gz`, I tried creating a smaller file (size 16k) and setting the block size to 4K, which would make the tests faster. But currently if you try to set the block size < default size (8M), validation fails [here](https://github.com/apache/hadoop/blob/feature-HADOOP-18028-s3a-prefetch/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java#L487) . The min allowed block size currently is `PREFETCH_BLOCK_DEFAULT_SIZE` , I'm not sure if this is something we want to update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
