InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method is used to get user-specified job name?(a) getJobName()(b) getJobState()(c) getPriority()(d) all of the mentionedThis question was addressed to me in quiz.Asked question is from MapReduce Job in portion Working of MapReduce of Hadoop |
|
Answer» CORRECT answer is (a) getJobName() To EXPLAIN: getPriority() is USED to GET scheduling info of the job. |
|