Description Usage Arguments Note See Also Examples
Set the directory under which SparkDataFrame are going to be checkpointed. The directory must be an HDFS path if running on a cluster.
1 | setCheckpointDir(directory)
|
directory |
Directory path to checkpoint to |
setCheckpointDir since 2.2.0
checkpoint
1 2 3 4 | ## Not run:
setCheckpointDir("/checkpoint")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.