setCheckpointDir
From SparkR v2.4.6
by Shivaram Venkataraman
Set checkpoint directory
Set the directory under which SparkDataFrame are going to be checkpointed. The directory must be an HDFS path if running on a cluster.
Usage
setCheckpointDir(directory)
Arguments
- directory
Directory path to checkpoint to
Note
setCheckpointDir since 2.2.0
See Also
Examples
# NOT RUN {
setCheckpointDir("/checkpoint")
# }
Community examples
Looks like there are no examples yet.