RuntimeConfig
Runtime configuration interface for Spark, accessible via spark.conf. Reads and writes are delegated to the Spark Connect server's Config RPC.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Returns the value of the given key. Throws if the key is not set and has no default.
Returns the value of the given key. Throws if the key is not set and has no default.
Attributes
Returns the value of the given key, or default if not set.
Returns the value of the given key, or default if not set.
Attributes
Returns all properties set in this configuration.
Returns all properties set in this configuration.
Attributes
Returns the value of the given key as an Option.
Returns the value of the given key as an Option.
Attributes
Sets the given Spark runtime configuration property.
Sets the given Spark runtime configuration property.
Attributes
Resets the given configuration property to its default value.
Resets the given configuration property to its default value.