Home »
MCQs »
PySpark MCQs
Rather than shipping a copy of a variable with each task, broadcast lets the programmer store a ____-only variable locally
50. Rather than shipping a copy of a variable with each task, broadcast lets the programmer store a ____-only variable locally.
- Read
- Write
- Add
- Update
Answer: A) Read
Explanation:
Rather than shipping a copy of a variable with each task, broadcast lets the programmer store a read-only variable locally.