sdf_checkpoint
From sparklyr v0.9.3
by Javier Luraschi
Checkpoint a Spark DataFrame
Checkpoint a Spark DataFrame
Usage
sdf_checkpoint(x, eager = TRUE)
Arguments
- x
an object coercible to a Spark DataFrame
- eager
whether to truncate the lineage of the DataFrame
Community examples
Looks like there are no examples yet.