Navigation
PySpark master documentation
»
pyspark.SparkConf.get
¶
SparkConf.
get
(
key
,
defaultValue
=
None
)
[source]
¶
Get the configured value for some key, or return a default otherwise.
Navigation
PySpark master documentation
»