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 mentioned
I had been asked this question in quiz.
This key question is from MapReduce Job topic in portion Working of MapReduce of Hadoop