Question: In a MapReduce job, where does the map() function run?

  1. on the reducer nodes of the cluster
  2. on the data nodes of the cluster (NOT SURE)
  3. on the master node of the cluster
  4. on every node of the cluster

Answer: The correct answer of the above question is Option B:on the data nodes of the cluster (NOT SURE)