-
Notifications
You must be signed in to change notification settings - Fork 9.2k
MAPREDUCE-5608. Replace and deprecate mapred.tasktracker.indexcache.mb #5014
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. |
|
@ashutoshcipher Thanks for involving me here. I just focus on HDFS right now, so I can't give any review ideas here. Sorry. |
|
Thanks @ZanderXu. Will ask you for help in HDFS jiras :) |
|
Hi @cnauroth, Please help in reviewing this PR. Thanks |
...ient/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
Outdated
Show resolved
Hide resolved
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 @ashutoshcipher for the cleanup. I have 1 comment
Thanks @aajisaka for reviewing. I have addressed your comment in my last commit. |
|
🎊 +1 overall
This message was automatically generated. |
|
Checkstyle in latest Yetus can be ignored as |
|
@aajisaka Addressed your comments, please help in reviewing it. Thanks. |
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.
+1
|
Thank you @ashutoshcipher for taking this issue over. |
apache#5014) Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
Description of PR
Replace and deprecate mapred.tasktracker.indexcache.mb
In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size of the shuffle service index cache. As the tasktracker no longer exists, we should replace this with something like mapreduce.reduce.shuffle.indexcache.mb.
How was this patch tested?
UT
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?