neshkeev commented on code in PR #5267: URL: https://github.com/apache/hadoop/pull/5267#discussion_r1060227985
########## hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/performance.md: ########## @@ -122,7 +122,7 @@ Optimised for random IO, specifically the Hadoop `PositionedReadable` operations —though `seek(offset); read(byte_buffer)` also benefits. Rather than ask for the whole file, the range of the HTTP request is -set to that that of the length of data desired in the `read` operation +set to the length of data desired in the `read` operation Review Comment: This wording is better to my taste, please correct me if I'm wrong here -- 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]
