1.

_________ gets the diagnostic messages for a given task attempt.(a) getTaskOutputFilter(Configuration conf)(b) getTaskReports(TaskType type)(c) getTrackingURL()(d) all of the mentionedThe question was asked during an interview for a job.My question comes from MapReduce Job in division Working of MapReduce of Hadoop

Answer»

The correct choice is (a) getTaskOutputFilter(Configuration CONF)

EASIEST explanation: getTaskDiagnostics(TaskAttemptID taskid) gets the diagnostic MESSAGES for a given task ATTEMPT.



Discussion

No Comment Found

Related InterviewSolutions