adspace
Answer Posted / Shweta Bhardwaj
In the MapReduce framework, the Mapper is a program that processes input data and generates intermediate key-value pairs. The mapper reads each input record, applies a user-defined function to it, and produces output records with a new key and value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers