-
Notifications
You must be signed in to change notification settings - Fork 9.2k
YARN-11301. Fix NoClassDefFoundError after YARN-11269(#4771). #4878
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
Conversation
…e/LauncherFactory after YARN-11269.
|
@aajisaka @ashutoshcipher Can you help review the code? I found this kind of maven compilation error prompt from the test report. @ashutoshcipher Should we add this dependency to all modules ready to upgrade junit 4 to 5? |
|
💔 -1 overall
This message was automatically generated. |
|
Thanks @slfan1989. This #4771 was merged before @aajisaka and me decided to add All the current open PRs related to Junit Upgrade do contain |
@ashutoshcipher Thanks for your help reviewing the code! |
aajisaka
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.
Thank you @slfan1989 and @ashutoshcipher
…e/LauncherFactory after YARN-11269. (apache#4878) Signed-off-by: Akira Ajisaka <[email protected]>
JIRA: YARN-11301. Fix NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory after YARN-11269.
After the Apache Hadoop YARN Timeline Plugin Storage module was upgraded from junit 4 to 5(#4771), a compilation error occurred.