From e346e677cd2b783b4fa39e7bf6a59eee0a40eb1a Mon Sep 17 00:00:00 2001 From: Brad Urani Date: Tue, 3 Apr 2018 17:44:23 -0700 Subject: [PATCH] Fixes misspelling in configuration.md spark-defalut.conf -> spark-default.conf --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2eb6a77434ea6..59308f3addcee 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2178,7 +2178,7 @@ Spark's classpath for each application. In a Spark cluster running on YARN, thes files are set cluster-wide, and cannot safely be changed by the application. The better choice is to use spark hadoop properties in the form of `spark.hadoop.*`. -They can be considered as same as normal spark properties which can be set in `$SPARK_HOME/conf/spark-defalut.conf` +They can be considered as same as normal spark properties which can be set in `$SPARK_HOME/conf/spark-default.conf` In some cases, you may want to avoid hard-coding certain configurations in a `SparkConf`. For instance, Spark allows you to simply create an empty conf and set spark/spark hadoop properties.