RuntimeConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runtime configuration interface for Spark.
public sealed class RuntimeConfig
type RuntimeConfig = class
Public NotInheritable Class RuntimeConfig
- Inheritance
-
RuntimeConfig
Methods
Get(String, String) |
Returns the value of Spark runtime configuration property for the given key. |
Get(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. |