SparkSession.GetActiveSession 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.
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