Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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', ...}