SparkContext.GetConf Method

Definition

Returns SparkConf object associated with this SparkContext object. Note that modifying the SparkConf object will not have any impact.

public Microsoft.Spark.SparkConf GetConf ();
member this.GetConf : unit -> Microsoft.Spark.SparkConf
Public Function GetConf () As SparkConf

Returns

SparkConf object

Applies to