Question: To create a MapReduce job, what should be coded first?

  1. a static job() method
  2. a Job class and instance (NOT SURE)
  3. a job() method
  4. a static Job class

Answer: The correct answer of the above question is Option B:a Job class and instance (NOT SURE)