filmov
tv
Part 3: Broadcast Variables - PySpark Shared Variables

Показать описание
This video is a continuation of Apache Spark Shared variables. Broadcast variables in Apache Spark is a mechanism for sharing variables across executors that are meant to be read-only. These are available in all executors executing the Spark application. Broadcast variables are useful when large datasets needs to be cached in executors.