Question: In a MapReduce job, where does the map() function run?
- on the reducer nodes of the cluster
 - on the data nodes of the cluster (NOT SURE)
 - on the master node of the cluster
 - 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)