Skip to content

Commit 07cf88d

Browse files
committed
HADOOP-19814: Update 3.5.0 docs landing page to highlight changes shipped in the release.
Closes #8407 Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent 5030a91 commit 07cf88d

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

hadoop-project/src/site/markdown/index.md.vm

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,52 +15,54 @@
1515
Apache Hadoop ${project.version}
1616
================================
1717

18-
Apache Hadoop ${project.version} is an update to the Hadoop 3.4.x release branch.
18+
Apache Hadoop ${project.version} is the first stable release of the Apache Hadoop 3.5 line.
1919

2020
Overview of Changes
2121
===================
2222

2323
Users are encouraged to read the full set of release notes.
2424
This page provides an overview of the major changes.
2525

26-
New binary distribution
27-
-----------------------
26+
Java 17 Support
27+
---------------
2828

29-
As of v3.4.2, Hadoop will only be distributed with a lean tarball, which excludes the full AWS SDK v2 bundle to reduce
30-
overall file size. This release has been tested with AWS SDK v2 2.29.52, which can be downloaded from Maven
31-
[here](https://mvnrepository.com/artifact/software.amazon.awssdk/aws-sdk-java/2.29.52).
29+
This is the first Hadoop release with full support for Java 17. On the server side, Java 17 is required. On the client
30+
side, Java 17 and Java 21 are supported.
3231

33-
S3A improvements
34-
----------------
32+
HDFS Optimizations
33+
------------------
3534

36-
**Improvement**
35+
HDFS has implemented new optimizations for finer-grained locking on concurrent NameNode operations and asynchronous RPC
36+
processing in router-based federation.
3737

38-
[HADOOP-19363](https://issues.apache.org/jira/browse/HADOOP-19363) S3A: Support analytics-accelerator-s3 input streams
39-
for parquet read performance.
38+
GCS FileSystem
39+
--------------
4040

41-
[HADOOP-19256](https://issues.apache.org/jira/browse/HADOOP-19256) S3A: Adds support for S3 Conditional Writes.
41+
Apache Hadoop now includes a `FileSystem` implementation that integrates with Google Cloud Storage buckets.
4242

43-
ABFS improvements
44-
-----------------
43+
WASB Removed
44+
------------
4545

46-
**Improvement**
46+
The WASB `FileSystem` that was previously deprecated has been removed from the codebase. Use ABFS instead.
4747

48-
[HADOOP-19179](https://issues.apache.org/jira/browse/HADOOP-19179) ABFS: [FnsOverBlob] Support FNS Accounts over
49-
BlobEndpoint.
48+
YARN Capacity Scheduler UI
49+
--------------------------
5050

51-
[HADOOP-19474](https://issues.apache.org/jira/browse/HADOOP-19474) ABFS: [FnsOverBlob] Listing Optimizations to avoid
52-
multiple iteration over list response.
51+
This release adds a new modern UI for monitoring the Capacity Scheduler and dynamically editing its configuration.
5352

54-
[HADOOP-19543](https://issues.apache.org/jira/browse/HADOOP-19543) ABFS: [FnsOverBlob] Remove Duplicates from Blob
55-
Endpoint Listing Across Iterations.
53+
JUnit 5 Upgrade
54+
---------------
55+
56+
For developers working on the codebase, all tests have been upgraded from JUnit 4 to JUnit 5. All new tests must utilize
57+
JUnit 5 going forward.
5658

5759
Transitive CVE fixes
5860
--------------------
5961

6062
A lot of dependencies have been upgraded to address recent CVEs.
61-
Many of the CVEs were not actually exploitable through the Hadoop
63+
Many of the CVEs were not actually exploitable through Hadoop
6264
so much of this work is just due diligence.
63-
However, applications which have all the library is on a class path may
65+
However, applications which have all the libraries on a class path may
6466
be vulnerable, and the upgrades should also reduce the number of false
6567
positives security scanners report.
6668

0 commit comments

Comments
 (0)