Uh oh!
There was an error while loading. Please reload this page.
[TEZ-4019] Modify Tez shuffle handler to use AuxiliaryLocalPathHandler instead of LocalDirAllocator - #355
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
jteagles
commented
May 11, 2024
@abstractdog , do you know who might be good to review this ShuffleHandler change? Handles cases where drives go bad or are added back after being fixed |
…r instead of LocalDirAllocator
tez-yetus
commented
May 13, 2024
🎊 +1 overall
This message was automatically generated. |
jteagles
commented
May 13, 2024
Checkstyle issues have been addressed. |
abstractdog
commented
May 13, 2024
thanks for this patch @jteagles! what's the default used in hadoop nowadays? |
jteagles
commented
May 13, 2024
AuxiliaryLocalPathHandler is the default for some time in Hadoop and it gives MapReduce shuffle handler the same insight into the disk that the node manager has, meaning the shuffle handler will have the same view of disks as the jobs launched |
No description provided.