SparkContext.SetCheckpointDir(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the directory under which RDDs are going to be checkpointed.
public void SetCheckpointDir(string directory);
member this.SetCheckpointDir : string -> unit
Public Sub SetCheckpointDir (directory As String)
Parameters
- directory
- String
path to the directory where checkpoint files will be stored