Question
What is a broadcast variable?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A read-only value efficiently distributed to executors
Explanation:
Broadcast variables avoid sending the same large reference object with every task.
Executors cache one local copy per application.
Leave a Reply