-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[SPARK-49550][BUILD] Upgrade Hadoop to 3.4.1 #48295
Conversation
e37e7d4
to
e6f7079
Compare
For the record, all tests passed except K8s Integration Tests trying to download 3.4.1 directly. So, I casted +1 for Apache Hadoop 3.4.1 RC3. I will convert this to a normal PR after the official release.
|
e6f7079
to
0d558ba
Compare
0d558ba
to
023e76b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending CI
Thank you, @viirya . Yes, this is tested already but I retriggered this because the master branch was broken recently and I recovered a few hours ago. I'll make it sure that all tests pass. |
All tests passed. Merged to master for Apache Spark 4.0.0 on February 2025. |
### What changes were proposed in this pull request? This PR aims to upgrade Apache Hadoop to 3.4.1. ### Why are the changes needed? To bring the latest bug fixes. - http://hadoop.apache.org/docs/r3.4.1/index.html - http://hadoop.apache.org/docs/r3.4.1/hadoop-project-dist/hadoop-common/release/3.4.1/RELEASENOTES.3.4.1.html - http://hadoop.apache.org/docs/r3.4.1/hadoop-project-dist/hadoop-common/release/3.4.1/CHANGELOG.3.4.1.html ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48295 from dongjoon-hyun/SPARK-49550. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to upgrade Apache Hadoop to 3.4.1. ### Why are the changes needed? To bring the latest bug fixes. - http://hadoop.apache.org/docs/r3.4.1/index.html - http://hadoop.apache.org/docs/r3.4.1/hadoop-project-dist/hadoop-common/release/3.4.1/RELEASENOTES.3.4.1.html - http://hadoop.apache.org/docs/r3.4.1/hadoop-project-dist/hadoop-common/release/3.4.1/CHANGELOG.3.4.1.html ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48295 from dongjoon-hyun/SPARK-49550. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
This PR aims to upgrade Apache Hadoop to 3.4.1.
Why are the changes needed?
To bring the latest bug fixes.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.