Broadcast-class {SparkR}R Documentation

S4 class that represents a Broadcast variable

Description

Broadcast variables can be created using the broadcast function from a SparkContext.

Usage

Broadcast(id, value, jBroadcastRef, objName)

Arguments

id

Id of the backing Spark broadcast variable

value

Value of the broadcast variable

jBroadcastRef

reference to the backing Java broadcast object

objName

name of broadcasted object

See Also

broadcast


[Package SparkR version 0.1 Index]