Answer Posted / Sukhdarshan Singh
Broadcast variables in Apache Spark are used to broadcast a large dataset across all worker nodes, so that every task can access the data efficiently. This is useful for scenarios where you have a large dataset that needs to be accessed frequently by multiple tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers