Question
What is a map-only job?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A MapReduce job configured with zero reducers
Explanation:
Map-only jobs are suitable when records can be processed independently.
Mapper output is written directly as final output.
Leave a Reply