InterviewSolution
Saved Bookmarks
| 1. |
What are the basic parameters of a mapper? |
|
Answer» The primary PARAMETERS of a mapper are text, LONGWRITABLE, text, and IntWritable. The initial TWO represent INPUT parameters, and the other two signify intermediate output parameters. |
|