Condividi tramite


getAll

Restituisce tutte le proprietà impostate in questa proprietà.

Sintassi

getAll

Restituzioni

Dict[str, str]

Dizionario contenente tutte le proprietà impostate in questa conf.

Examples

spark.conf.set("my_key", "my_value")
spark.conf.getAll
# {'my_key': 'my_value', ...}