SparkSession.SetActiveSession(SparkSession) 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.
Changes the SparkSession that will be returned in this thread when GetOrCreate() is called. This can be used to ensure that a given thread receives a SparkSession with an isolated session, instead of the global (first created) context.
public static void SetActiveSession(Microsoft.Spark.Sql.SparkSession session);
static member SetActiveSession : Microsoft.Spark.Sql.SparkSession -> unit
Public Shared Sub SetActiveSession (session As SparkSession)
Parameters
- session
- SparkSession
SparkSession object