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) JobTrackerI had been asked this question in examination.Origin of the question is Introduction to Mapreduce in division Mapreduce of Hadoop

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.



Discussion

No Comment Found

Related InterviewSolutions