Q. What does the 'combiner' function in MapReduce help with?
β
Correct Answer: (C)
Optimizes performance by reducing data transfer
Explanation: A combiner is an optional MapReduce component that helps optimize performance by reducing the volume of data transferred to the reducer.