Skip to content

Commit 10e77b5

Browse files
author
Andrew Or
committed
Add documentation for deprecation precedence
1 parent a369cb1 commit 10e77b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ each line consists of a key and a value separated by whitespace. For example:
7070
Any values specified as flags or in the properties file will be passed on to the application
7171
and merged with those specified through SparkConf. Properties set directly on the SparkConf
7272
take highest precedence, then flags passed to `spark-submit` or `spark-shell`, then options
73-
in the `spark-defaults.conf` file.
73+
in the `spark-defaults.conf` file. A few configuration keys have been renamed since earlier
74+
versions of Spark; in such cases, the older key names are still accepted, but take lower
75+
precedence than any instance of the newer key.
7476

7577
## Viewing Spark Properties
7678

0 commit comments

Comments
 (0)