Question
What is a filtering pattern in MapReduce?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Emitting only records that satisfy a condition
Explanation:
Filters are often implemented as map-only jobs.
Records that fail the predicate produce no output.
Leave a Reply