Question
What is a distributed cache used for in classic Hadoop jobs?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Making read-only reference files available to task nodes
Explanation:
Small lookup tables or configuration files can be localized with tasks.
This supports efficient map-side enrichment.
Leave a Reply