Share via


RuntimeConfig.Set Method

Definition

Overloads

Set(String, Boolean)

Sets the given Spark runtime configuration property.

Set(String, Int64)

Sets the given Spark runtime configuration property.

Set(String, String)

Sets the given Spark runtime configuration property.

Set(String, Boolean)

Sets the given Spark runtime configuration property.

public void Set (string key, bool value);
member this.Set : string * bool -> unit
Public Sub Set (key As String, value As Boolean)

Parameters

key
String

Config name

value
Boolean

Config value

Applies to

Set(String, Int64)

Sets the given Spark runtime configuration property.

public void Set (string key, long value);
member this.Set : string * int64 -> unit
Public Sub Set (key As String, value As Long)

Parameters

key
String

Config name

value
Int64

Config value

Applies to

Set(String, String)

Sets the given Spark runtime configuration property.

public void Set (string key, string value);
member this.Set : string * string -> unit
Public Sub Set (key As String, value As String)

Parameters

key
String

Config name

value
String

Config value

Applies to