Returns whether a particular key is set.
Returns whether a particular key is set.
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
2.0.0
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
2.0.0
java.util.NoSuchElementException
if the key is not set and does not have a default
value
Returns all properties set in this conf.
Returns all properties set in this conf.
2.0.0
Returns the value of Spark runtime configuration property for the given key.
Returns the value of Spark runtime configuration property for the given key.
2.0.0
Indicates whether the configuration property with the given key is modifiable in the current session.
Indicates whether the configuration property with the given key is modifiable in the current session.
true
if the configuration property is modifiable. For static SQL, Spark Core,
invalid (not existing) and other non-modifiable configuration properties,
the returned value is false
.
2.4.0
Sets the given Spark runtime configuration property.
Sets the given Spark runtime configuration property.
2.0.0
Sets the given Spark runtime configuration property.
Sets the given Spark runtime configuration property.
2.0.0
Sets the given Spark runtime configuration property.
Sets the given Spark runtime configuration property.
2.0.0
Resets the configuration property for the given key.
Resets the configuration property for the given key.
2.0.0
Runtime configuration interface for Spark. To access this, use
SparkSession.conf
.Options set here are automatically propagated to the Hadoop configuration during I/O.
2.0.0