Share via


SparkSession.Conf Method

Definition

Runtime configuration interface for Spark. <remarks> This is the interface through which the user can get and set all Spark and Hadoop configurations that are relevant to Spark SQL. When getting the value of a config, this defaults to the value set in the underlying SparkContext, if any. </remarks>

public Microsoft.Spark.Sql.RuntimeConfig Conf();
member this.Conf : unit -> Microsoft.Spark.Sql.RuntimeConfig
Public Function Conf () As RuntimeConfig

Returns

The RuntimeConfig object

Applies to