Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Sets the given Spark runtime configuration property.
Syntax
set(key: str, value: str | int | bool)
Parameters
| Parameter | Type | Description |
|---|---|---|
key |
str | Key of the configuration to set. |
value |
str, int, or bool | Value of the configuration to set. |
Examples
spark.conf.set("key1", "value1")