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 mentionedThe question was posed to me in quiz.The origin of the question is Oozie with Hadoop topic in section Oozie, Orchestration, Hadoop Libraries and Utilities and Miscellaneous Hadoop Applications of Hadoop |
|
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. |
|