Skip to content

Commit 76ed292

Browse files
ahmarsuhailiwasakims
authored andcommitted
HADOOP-19657. Updates site landing page. (#7887)
(cherry picked from commit 84e8b89)
1 parent 901e8ad commit 76ed292

File tree

1 file changed

+12
-51
lines changed

1 file changed

+12
-51
lines changed

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

Lines changed: 12 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -23,75 +23,36 @@ Overview of Changes
2323
Users are encouraged to read the full set of release notes.
2424
This page provides an overview of the major changes.
2525

26-
Bulk Delete API
27-
----------------------------------------
28-
29-
[HADOOP-18679](https://issues.apache.org/jira/browse/HADOOP-18679) Bulk Delete API.
30-
31-
This release provides an API to perform bulk delete of files/objects
32-
in an object store or filesystem.
33-
3426
New binary distribution
3527
-----------------------
3628

37-
[HADOOP-19083](https://issues.apache.org/jira/browse/HADOOP-19083) provide hadoop binary tarball without aws v2 sdk
38-
39-
Hadoop has added a new variant of the binary distribution tarball, labeled with "lean" in the file
40-
name. This tarball excludes the full AWS SDK v2 bundle, resulting in approximately 50% reduction in
41-
file size.
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).
4232

4333
S3A improvements
4434
----------------
4535

4636
**Improvement**
4737

48-
[HADOOP-18886](https://issues.apache.org/jira/browse/HADOOP-18886) S3A: AWS SDK V2 Migration: stabilization and S3Express
49-
50-
This release completes stabilization efforts on the AWS SDK v2 migration and support of Amazon S3
51-
Express One Zone storage. S3 Select is no longer supported.
52-
53-
[HADOOP-18993](https://issues.apache.org/jira/browse/HADOOP-18993) S3A: Add option fs.s3a.classloader.isolation (#6301)
54-
55-
This introduces configuration property `fs.s3a.classloader.isolation`, which defaults to `true`.
56-
Set to `false` to disable S3A classloader isolation, which can be useful for installing custom
57-
credential providers in user-provided jars.
58-
59-
[HADOOP-19047](https://issues.apache.org/jira/browse/HADOOP-19047) Support InMemory Tracking Of S3A Magic Commits
38+
[HADOOP-19363](https://issues.apache.org/jira/browse/HADOOP-19363) S3A: Support analytics-accelerator-s3 input streams
39+
for parquet read performance.
6040

61-
The S3A magic committer now supports configuration property
62-
`fs.s3a.committer.magic.track.commits.in.memory.enabled`. Set this to `true` to track commits in
63-
memory instead of on the file system, which reduces the number of remote calls.
64-
65-
[HADOOP-19161](https://issues.apache.org/jira/browse/HADOOP-19161) S3A: option “fs.s3a.performance.flags” to take list of performance flags
66-
67-
S3A now supports configuration property `fs.s3a.performance.flag` for controlling activation of
68-
multiple performance optimizations. Refer to the S3A performance documentation for details.
41+
[HADOOP-19256](https://issues.apache.org/jira/browse/HADOOP-19256) S3A: Adds support for S3 Conditional Writes.
6942

7043
ABFS improvements
7144
-----------------
7245

7346
**Improvement**
7447

75-
[HADOOP-18516](https://issues.apache.org/jira/browse/HADOOP-18516) [ABFS]: Support fixed SAS token config in addition to Custom SASTokenProvider Implementation
76-
77-
ABFS now supports authentication via a fixed Shared Access Signature token. Refer to ABFS
78-
documentation of configuration property `fs.azure.sas.fixed.token` for details.
79-
80-
[HADOOP-19089](https://issues.apache.org/jira/browse/HADOOP-19089) [ABFS] Reverting Back Support of setXAttr() and getXAttr() on root path
81-
82-
[HADOOP-18869](https://issues.apache.org/jira/browse/HADOOP-18869) previously implemented support for xattrs on the root path in the 3.4.0 release. Support for this has been removed in 3.4.1 to prevent the need for calling container APIs.
83-
84-
[HADOOP-19178](https://issues.apache.org/jira/browse/HADOOP-19178) WASB Driver Deprecation and eventual removal
85-
86-
This release announces deprecation of the WASB file system in favor of ABFS. Refer to ABFS
87-
documentation for additional guidance.
88-
89-
**Bug**
48+
[HADOOP-19179](https://issues.apache.org/jira/browse/HADOOP-19179) ABFS: [FnsOverBlob] Support FNS Accounts over
49+
BlobEndpoint.
9050

91-
[HADOOP-18542](https://issues.apache.org/jira/browse/HADOOP-18542) Azure Token provider requires tenant and client IDs despite being optional
51+
[HADOOP-19474](https://issues.apache.org/jira/browse/HADOOP-19474) ABFS: [FnsOverBlob] Listing Optimizations to avoid
52+
multiple iteration over list response.
9253

93-
It is no longer necessary to specify a tenant and client ID in configuration for MSI authentication
94-
when running in an Azure instance.
54+
[HADOOP-19543](https://issues.apache.org/jira/browse/HADOOP-19543) ABFS: [FnsOverBlob] Remove Duplicates from Blob
55+
Endpoint Listing Across Iterations.
9556

9657
Transitive CVE fixes
9758
--------------------

0 commit comments

Comments
 (0)