InterviewSolution
Saved Bookmarks
| 1. |
A _______________ action can be configured to perform file system cleanup and directory creation before starting the mapreduce job.(a) map(b) reduce(c) map-reduce(d) none of the mentioned |
|
Answer» Right choice is (c) map-reduce For explanation I would say: The map-reduce action starts a Hadoop map/reduce job from a workflow. |
|