We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a369cb1 commit 10e77b5Copy full SHA for 10e77b5
1 file changed
docs/configuration.md
@@ -70,7 +70,9 @@ each line consists of a key and a value separated by whitespace. For example:
70
Any values specified as flags or in the properties file will be passed on to the application
71
and merged with those specified through SparkConf. Properties set directly on the SparkConf
72
take highest precedence, then flags passed to `spark-submit` or `spark-shell`, then options
73
-in the `spark-defaults.conf` file.
+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.
76
77
## Viewing Spark Properties
78
0 commit comments