SparkContext.SetCheckpointDir(String) Method

Definition

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

Applies to