You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
60
40
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.
69
42
70
43
ABFS improvements
71
44
-----------------
72
45
73
46
**Improvement**
74
47
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.
90
50
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.
92
53
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
0 commit comments