-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19772 replace end of life plugin #8156
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: trunk
Are you sure you want to change the base?
Conversation
|
💔 -1 overall
This message was automatically generated. |
ayushtkn
left a comment
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.
| </plugin> | ||
| <plugin> | ||
| <groupId>org.xolstice.maven.plugins</groupId> | ||
| <groupId>io.github.ascopes</groupId> |
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.
The plugin version is unset. Which plugin version do you want to use?
|
This PR is targeted only for YARN. Do you want to replace the plugin in Common and HDFS as well as YARN in this PR? Common and HDFS config: Lines 2380 to 2420 in 1dab293
|
Description of PR
xolstice plugin is unsupported thus causing you to pull old out of date binaries from maven. This replaces the plugin with a different one that is supported.
How was this patch tested?
Completed the build even on alpine linux as well as locally on fedora 42.