InterviewSolution
Saved Bookmarks
| 1. |
The daemons associated with the MapReduce phase are ________ and task-trackers.(a) job-tracker(b) map-tracker(c) reduce-tracker(d) all of the mentionedThis question was posed to me during an internship interview.I want to ask this question from Data Flow topic in section HDFS – Hadoop Distributed File System of Hadoop |
|
Answer» RIGHT CHOICE is (a) job-tracker Explanation: Map-Reduce JOBS are SUBMITTED on job-tracker. |
|