Overview
Getting Started
User Guides
API Reference
Development
Migration Guides
Spark SQL
Pandas API on Spark
Structured Streaming
MLlib (DataFrame-based)
Spark Streaming (Legacy)
MLlib (RDD-based)
Spark Core
Resource Management
Errors
pyspark.SparkConf.get
¶
SparkConf.
get
(
key
:
str
,
defaultValue
:
Optional
[
str
]
=
None
)
→ Optional
[
str
]
[source]
¶
Get the configured value for some key, or return a default otherwise.
pyspark.SparkConf.contains
pyspark.SparkConf.getAll