InterviewSolution
Saved Bookmarks
| 1. |
A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker.(a) MapReduce(b) Mapper(c) TaskTracker(d) JobTracker |
|
Answer» Right answer is (c) TaskTracker The explanation: TaskTracker receives the information necessary for the execution of a Task from JobTracker, Executes the Task, and Sends the Results back to JobTracker. |
|