-
Notifications
You must be signed in to change notification settings - Fork 29k
[WIP][SPARK-54276][BUILD] Bump Hadoop 3.4.3 RC0 #54029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
JIRA Issue Information=== Sub-task SPARK-54276 === This comment was automatically generated by GitHub Actions |
|
Nice! Thank you, @pan3793 . |
|
this is actually caused by my local maven repo dirty cache, sorry for making noise, the jars in the staging repo are good. |
|
@pan3793 sometimes it's good to rm -r all of ~/m2/repository/org/apache/hadoop (or any other project you actively work on). Saves disk space, even if your next few builds are slow. |
|
@pan3793 thanks for testing this. |
|
@steveloughran, thanks for tips, yes, I fixed it by For integration tests, I don't see any issue with default JDK 17, and I'm trying with JDK 25, so far, no issues are related to Hadoop. |
What changes were proposed in this pull request?
https://lists.apache.org/thread/npwwpj45wnt804xmoqgth0s6fhydhxfb
Why are the changes needed?
This release includes HADOOP-19212, which makes UGI work with Java 25.
CHANGELOG: https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.3-RC0/CHANGELOG.md
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass CI. Also verified
spark-sqlcan successfully bootstrap on JDK 25 nowWas this patch authored or co-authored using generative AI tooling?
No.