InterviewSolution
Saved Bookmarks
| 1. |
During the execution of a streaming job, the names of the _______ parameters are transformed.(a) vmap(b) mapvim(c) mapreduce(d) mapred |
|
Answer» Right answer is (d) mapred For explanation: To get the values in a streaming job’s mapper/reducer use the parameter names with the underscores. |
|