Martijn Visser created FLINK-33584:
--------------------------------------
Summary: Update Hadoop Filesystems to 3.3.6
Key: FLINK-33584
URL: https://issues.apache.org/jira/browse/FLINK-33584
Project: Flink
Issue Type: Technical Debt
Components: Connectors / FileSystem
Reporter: Martijn Visser
Assignee: Martijn Visser
Update the Hadoop filesystems to 3.3.6. Some of the key changes:
{code:java}
* A big update of dependencies to try and keep those reports of transitive CVEs
under control -both genuine and false positives.
* Critical fix to ABFS input stream prefetching for correct reading.
* Vectored IO API for all FSDataInputStream implementations, with
high-performance versions for file:// and s3a:// filesystems. file:// through
java native IO s3a:// parallel GET requests.
* Arm64 binaries. Note, because the arm64 release was on a different platform,
the jar files may not match those of the x86 release -and therefore the maven
artifacts.
* Security fixes in Hadoop’s own code.
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)