hadoop/hadoop-tools/hadoop-azure
Pranav Saxena b60497ff41
HADOOP-19120. ApacheHttpClient adaptation in ABFS. (#6633)
Apache httpclient 4.5.x is the new default implementation of http connections;
this supports a large configurable pool of connections along with
the ability to limit their lifespan.

The networking library can be chosen using the configuration
option fs.azure.networking.library

The supported values are
- APACHE_HTTP_CLIENT : Use Apache HttpClient [Default]
- JDK_HTTP_URL_CONNECTION : Use JDK networking library

Important: unless the networking library is switched back to
the JDK, the apache httpcore and httpclient must be on the classpath

Contributed by Pranav Saxena
2024-07-22 19:03:51 +01:00
..
dev-support HADOOP-19129: [ABFS] Test Fixes and Test Script Bug Fixes (#6676) 2024-04-12 17:52:47 +01:00
src HADOOP-19120. ApacheHttpClient adaptation in ABFS. (#6633) 2024-07-22 19:03:51 +01:00
.gitignore HADOOP-17912. ABFS: Support for Encryption Context (#6221) 2024-01-01 19:09:44 +00:00
pom.xml MAPREDUCE-7474. Improve Manifest committer resilience (#6716) 2024-05-13 21:12:34 +01:00