1.

__________ get events indicating completion (success/failure) of component tasks.(a) getJobName()(b) getJobState()(c) getPriority()(d) getTaskCompletionEvents(int startFrom)This question was addressed to me during an interview for a job.Asked question is from MapReduce Job topic in division Working of MapReduce of Hadoop

Answer»

The CORRECT answer is (d) getTaskCompletionEvents(INT startFrom)

To EXPLAIN I would say: getPriority() PROVIDES scheduling INFO of the job.



Discussion

No Comment Found

Related InterviewSolutions