Question
What is the main benefit of storing computation input in HDFS for Hadoop jobs?
Select an option. Your answer will be checked instantly.
Correct Answer: D. The scheduler can exploit data locality when assigning tasks
Explanation:
Tasks can run on or near nodes holding the required blocks.
This reduces expensive network transfer.
Leave a Reply