InterviewSolution
Saved Bookmarks
| 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) |
|