[SPARK-44678][BUILD][3.5] Downgrade Hadoop to 3.3.4 #42345
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to downgrade the Apache Hadoop dependency to 3.3.4 in
Apache Spark 3.5in order to prevent any regression fromApache Spark 3.4.x. In other words, althoughApache Spark 3.5.xwill lose many bug fixes of Apache Hadoop 3.3.5 and 3.3.6, it will be in the same situation withApache Spark 3.4.x.hadoop-openstack([SPARK-43448][BUILD] Remove dummy dependencyhadoop-openstack#41133)On top of reverting SPARK-44197 and SPARK-42913, this PR has additional dependency exclusion change due to the following.
hadoop-cloudin standard maven project structure ([SPARK-43880][BUILD] Organizehadoop-cloudin standard maven project structure #41380)Why are the changes needed?
There is a community report on S3A committer performance regression. Although it's one liner fix, there is no available Hadoop release with that fix at this time.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.