Developing Mapreduce Applications - Study Mode
[#41] What is the role of the Hadoop Mapper.Context in a MapReduce application?
Correct Answer
(A) Generate intermediate key-value pairs
[#42] What is the primary function of the Hadoop Reducer.Context in a MapReduce application?
Correct Answer
(A) Aggregate values on the reducer side
[#43] In a MapReduce program, what is the purpose of the Hadoop Mapper.Context?
Correct Answer
(A) Generate intermediate key-value pairs
[#44] What is the role of the Hadoop Job object in a MapReduce application?
Correct Answer
(D) Executes MapReduce jobs
[#45] In a MapReduce job, what does the term "Combiner" represent?
Correct Answer
(A) Combine intermediate key-value pairs on the mapper side