SparkSession.GetDefaultSession 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 default SparkSession that is returned by the builder.
public static Microsoft.Spark.Sql.SparkSession GetDefaultSession ();
static member GetDefaultSession : unit -> Microsoft.Spark.Sql.SparkSession
Public Shared Function GetDefaultSession () As SparkSession
Returns
SparkSession object or null if called on executors