hadoop/hadoop-common-project/hadoop-common
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-19040. mvn site commands fails due to MetricsSystem And MetricsSystemImpl changes. (#6450) Contributed by Shilun Fan. 2024-01-16 22:11:16 +08:00
src HADOOP-19120. ApacheHttpClient adaptation in ABFS. (#6633) 2024-07-22 19:03:51 +01:00
HadoopCommon.cmake
HadoopJNI.cmake
pom.xml HADOOP-19163. Use hadoop-shaded-protobuf_3_25 (#6858) 2024-06-11 17:10:00 +01:00