Huawei
H13-723_V2.0 · Question #123
In Spark, which statement about broadcast variables is correct?
The correct answer is B. The broadcast variable is saved in each Executor C. Broadcast variables are read-only D. Broadcast variables are generated by the SparkContext.broadcast() method. See the full explanation below for the reasoning.
Question
In Spark, which statement about broadcast variables is correct?
Options
- ABroadcast variables are saved in each Task
- BThe broadcast variable is saved in each Executor
- CBroadcast variables are read-only
- DBroadcast variables are generated by the SparkContext.broadcast() method
How the community answered
(20 responses)- A25% (5)
- B75% (15)
Community Discussion
No community discussion yet for this question.