Skip to content
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

Patch Hadoop Client API jar to avoid deprecated Java Security API #453

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lbulej
Copy link
Member

@lbulej lbulej commented Oct 9, 2024

Uses ASM to patch the UserGroupInformation class at build time and stores it in a version-specific directory of a newly created multi-release jar, where it will be picked up by Java 23+.

This is a temporary solution, but it may be a long-term temporary solution.

Fixes #439.

Uses ASM to patch UserGroupInformation class at build time and stores
it in a version-specific directory of a newly created multi-release
jar, where it will be picked up by Java 23+.
@lbulej lbulej marked this pull request as ready for review October 9, 2024 08:54
@lbulej lbulej requested a review from farquet October 9, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spark benchmarks broken by JDK-8296244
1 participant