mukund-thakur commented on code in PR #7134: URL: https://github.com/apache/hadoop/pull/7134#discussion_r1838824224
########## hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/connecting.md: ########## @@ -150,7 +150,19 @@ If you are working with third party stores, please check [third party stores in See [Timeouts](performance.html#timeouts). -### <a name="networking"></a> Low-level Network Options +### <a name="networking"></a> Low-level Network/Http Options + +The S3A connector uses [Apache HttpClient](https://hc.apache.org/index.html) to connect to +S3 Stores. +The client is configured to create a pool of HTTP connections with S3, so that once +the initial set of connections have been made they can re-used for followup operations. Review Comment: *they can be -- 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]
