Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns all properties set in this conf.
Syntax
getAll
Returns
Dict[str, str]
A dictionary containing all properties set in this conf.
Examples
spark.conf.set("my_key", "my_value")
spark.conf.getAll
# {'my_key': 'my_value', ...}