-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19219. Add JPMS options required by hadoop-common #7084
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
💔 -1 overall
This message was automatically generated. |
LGTM. |
slfan1989
reviewed
Oct 1, 2024
hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
Outdated
Show resolved
Hide resolved
slfan1989
approved these changes
Oct 1, 2024
slfan1989
reviewed
Oct 1, 2024
💔 -1 overall
This message was automatically generated. |
steveloughran
approved these changes
Oct 1, 2024
@pan3793 Thanks for the contribution! I want to push directly to branch-3.4, but if this PR involves compilation, it's better to submit a separate PR to handle it. If you have time, please also submit a PR for branch-3.4. @steveloughran Thanks for the review! |
pan3793
added a commit
to pan3793/hadoop
that referenced
this pull request
Oct 2, 2024
… Contributed by Cheng Pan. Reviewed-by: Steve Loughran <stevel@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
pan3793
added a commit
to pan3793/hadoop
that referenced
this pull request
Oct 12, 2024
… Contributed by Cheng Pan. Reviewed-by: Steve Loughran <stevel@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
slfan1989
pushed a commit
that referenced
this pull request
Oct 12, 2024
Contributed by Cheng Pan. Reviewed-by: Steve Loughran <stevel@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of PR
JIRA: HADOOP-19219. Add JPMS options required by hadoop-common.
Adding JPMS (JEP 261: Module System) options that required by JDK 17+ for testing (maven-surefire-plugin) and runtime (
hadoop-functions.sh
)This PR is based on #6939.
How was this patch tested?
Tested on x86 Linux Java 17, this PR fixes the following cases:
hadoop-auth
hadoop-common
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?