πŸ“Š Hadoop
Q. What does the 'combiner' function in MapReduce help with?
  • (A) Combines reducers
  • (B) Combines inputs from HDFS
  • (C) Optimizes performance by reducing data transfer
  • (D) Manages job failures
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
A combiner is an optional MapReduce component that helps optimize performance by reducing the volume of data transferred to the reducer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate