setCheckpointDir: Set checkpoint directory

Description Usage Arguments Note See Also Examples

View source: R/context.R

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

1
setCheckpointDir(directory)

Arguments

directory

Directory path to checkpoint to

Note

setCheckpointDir since 2.2.0

See Also

checkpoint

Examples

1
2
3
4
## Not run: 
setCheckpointDir("/checkpoint")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.