On behalf of the Apache Hadoop Project Management Committee, I am pleased to announce the release of Apache Hadoop 3.4.3.
This is a release of Apache Hadoop 3.4.3 line. Users of Apache Hadoop 3.4.2 and earlier should upgrade to this release. All users are encouraged to read the [overview of major changes][1] since release 3.4.2. For details of bug fixes, improvements, and other enhancements since the previous 3.4.2 release, please check [release notes][2] and [changelog][3]. [1]: http://hadoop.apache.org/docs/r3.4.3/index.html [2]: http://hadoop.apache.org/docs/r3.4.3/hadoop-project-dist/hadoop-common/release/3.4.3/RELEASENOTES.3.4.3.html [3]: http://hadoop.apache.org/docs/r3.4.3/hadoop-project-dist/hadoop-common/release/3.4.3/CHANGELOG.3.4.3.html This release does not include the bundle.jar containing the AWS SDK, used by the s3a connector in the hadoop-aws module. To use it, download from Maven Central the version of the SDK you wish to use: https://central.sonatype.com/artifact/software.amazon.awssdk/bundle/versions For this release, the version to download is 2.35.4 https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.35.4/) 1. Download the bundle-2.35.4.jar artifact and check its signature with the accompanying bundle-2.35.4.jar.asc file. 2. Copy the JAR to share/hadoop/common/lib/ (Newer AWS SDK versions should work, though regressions are almost inevitable) Many thanks to everyone who helped in this release by supplying patches, reviewing them, helping get this release building and testing and reviewing the final artifacts.
