-
Notifications
You must be signed in to change notification settings - Fork 9k
MAPREDUCE-7421. [JDK17] Upgrade Junit 4 to 5 in hadoop-mapreduce-client-jobclient Part2. #7372
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
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
d242711
to
bbb5112
Compare
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@cnauroth This is Part 2 of MAPREDUCE-7421, which has been completed and passed the Yetus checks. Could you please review this PR again? Thank you very much! |
@cnauroth This is the last JUnit5 upgrade PR for MR. Could you please spare some time to review it? I plan to finish this PR by the end of this week, and then I will continue with the JUnit5 upgrade work related to the hadoop-common dependency. Thank you for your help! |
@@ -1831,7 +1831,7 @@ private void splitRealFiles(String[] args) throws IOException { | |||
} | |||
} | |||
|
|||
public static void main(String[] args) throws Exception{ | |||
/*public static void main(String[] args) throws Exception{ |
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.
Leave the main entry point here?
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 for helping review the code! I will continue to improve this part of the code.
🎊 +1 overall
This message was automatically generated. |
@cnauroth Can I take up a bit more of your time? If your time allows, could you please take another look at this PR? Thank you very much! |
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.
+1, thank you @slfan1989 !
@cnauroth Thank you very much for reviewing the code! Merged into trunk. |
…nt-jobclient Part2. (apache#7372) Co-authored-by: Chris Nauroth <cnauroth@apache.org> Reviewed-by: Chris Nauroth <cnauroth@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
…nt-jobclient Part2. (apache#7372) Co-authored-by: Chris Nauroth <cnauroth@apache.org> Reviewed-by: Chris Nauroth <cnauroth@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
Description of PR
JIRA: MAPREDUCE-7421. [JDK17] Upgrade Junit 4 to 5 in hadoop-mapreduce-client-jobclient
How was this patch tested?
Junit Test & mvn clean test.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?