Question
What is a narrow dependency?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Each child partition depends on a small number of parent partitions
Explanation:
Operations such as map and filter are usually narrow.
They can often be pipelined without shuffling data.
Leave a Reply