Mapreduce Programming Model - Study Mode

[#46] What does the term "InputFormat" represent in MapReduce?
Correct Answer

(A) Defines how input data is read

[#47] Which phase in MapReduce is responsible for reading input data?
Correct Answer

(D) InputFormat

[#48] What is the purpose of the MapReduce "Combine" phase?
Correct Answer

(A) Combine intermediate key-value pairs on the mapper side

[#49] What is the function of the MapReduce "OutputFormat"?
Correct Answer

(B) Defines the reduce output format

[#50] In MapReduce, what is the purpose of the Map task?
Correct Answer

(B) Process input key-value pairs