SparkSession.GetActiveSession Method

Definition

Returns the active SparkSession for the current thread, returned by the builder.

public static Microsoft.Spark.Sql.SparkSession GetActiveSession ();
static member GetActiveSession : unit -> Microsoft.Spark.Sql.SparkSession
Public Shared Function GetActiveSession () As SparkSession

Returns

Return null, when calling this function on executors

Applies to