InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) getInstance() creates a new Job with particular cluster(b) getInstance(Configuration conf) creates a new Job with no particular Cluster and a given Configuration(c) getInstance(JobStatus status, Configuration conf) creates a new Job with no particular Cluster and given Configuration and JobStatus(d) all of the mentionedI had been asked this question in quiz.This key question is from MapReduce Job topic in portion Working of MapReduce of Hadoop |
|
Answer» The CORRECT OPTION is (a) getInstance() creates a NEW Job with particular cluster |
|