SparkR (version 2.4.6)

setCheckpointDir: Set checkpoint directory

Description

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

See Also

checkpoint

Examples

Run this code
# NOT RUN {
setCheckpointDir("/checkpoint")
# }

Run the code above in your browser using DataCamp Workspace