Package org.apache.spark.broadcast


package org.apache.spark.broadcast
Spark's broadcast variables, used to broadcast immutable datasets to all nodes.
  • Class
    Description
    A broadcast variable.
    An interface for all the broadcast implementations in Spark (to allow multiple broadcast implementations).