RuntimeConfig Class

Definition

Runtime configuration interface for Spark.

public sealed class RuntimeConfig
type RuntimeConfig = class
Public NotInheritable Class RuntimeConfig
Inheritance
RuntimeConfig

Methods

Get(String)

Returns the value of Spark runtime configuration property for the given key.

Get(String, String)

Returns the value of Spark runtime configuration property for the given key.

IsModifiable(String)

Indicates whether the configuration property with the given key is modifiable in the current session.

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.

Unset(String)

Resets the configuration property for the given key.

Applies to