Question
What is the main purpose of compressing mapper output?
Select an option. Your answer will be checked instantly.
Correct Answer: B. To reduce disk I/O and network traffic during shuffle
Explanation:
Intermediate data can be large and temporary.
Compression often saves more transfer time than it costs in CPU.
Leave a Reply