Checkpoint a Spark DataFrame
R/sdf_interface.R
sdf_checkpoint
Description
Checkpoint a Spark DataFrame
Usage
sdf_checkpoint(x, eager = TRUE)
Arguments
Arguments | Description |
---|---|
x | an object coercible to a Spark DataFrame |
eager | whether to truncate the lineage of the DataFrame |