I have just started working on spark and is a novice.
Q. Suppose we have broadcast a small table and at the same time some of the nodes are full and have no space left.
If Spark cannot copy the broadcast variable due to the memory error then how is broadcast beneficial?
How will spark handle this situation?