InterviewSolution
Saved Bookmarks
| 1. |
The ___________ executes the Mapper/ Reducer task as a child process in a separate jvm.(a) JobTracker(b) TaskTracker(c) TaskScheduler(d) None of the mentionedThe question was asked during an online exam.This interesting question is from MapReduce Features topic in section Developing a MapReduce Application of Hadoop |
|
Answer» RIGHT option is (a) JobTracker Best EXPLANATION: The child-task inherits the environment of the PARENT TASKTRACKER. |
|