SparkSession.ClearActiveSession Method

Definition

Clears the active SparkSession for current thread. Subsequent calls to GetOrCreate() will return the first created context instead of a thread-local override.

public static void ClearActiveSession ();
static member ClearActiveSession : unit -> unit
Public Shared Sub ClearActiveSession ()

Applies to