Vidyalelo
Hadoop · Q61

MapReduce Programming Model

Programming · Hadoop · question 61

Q61

Point out the wrong statement.

A.
A MapReduce job usually splits the input data-set into independent chunks which are processed by the map tasks in a completely parallel manner
B.
The MapReduce framework operates exclusively on <key, value> pairs
C.
Applications typically implement the Mapper and Reducer interfaces to provide the map and reduce methods
D.
None of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board