Repository: spark-website
Updated Branches:
  refs/heads/asf-site 03f5adcb8 -> 121b56f99


Update configuration.html

spelling mistake for mention of spark-defaults.conf

Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/121b56f9
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/121b56f9
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/121b56f9

Branch: refs/heads/asf-site
Commit: 121b56f9957b3e858bcba4bde0936b5e7c0661fb
Parents: 03f5adc
Author: Joey Krabacher <jkrabac...@gmail.com>
Authored: Fri Jul 27 15:16:27 2018 -0500
Committer: Sean Owen <sro...@gmail.com>
Committed: Sun Aug 12 19:47:48 2018 -0500

----------------------------------------------------------------------
 site/docs/2.3.1/configuration.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/121b56f9/site/docs/2.3.1/configuration.html
----------------------------------------------------------------------
diff --git a/site/docs/2.3.1/configuration.html 
b/site/docs/2.3.1/configuration.html
index cf17299..c8e44d6 100644
--- a/site/docs/2.3.1/configuration.html
+++ b/site/docs/2.3.1/configuration.html
@@ -2632,7 +2632,7 @@ Spark&#8217;s classpath for each application. In a Spark 
cluster running on YARN
 files are set cluster-wide, and cannot safely be changed by the 
application.</p>
 
 <p>The better choice is to use spark hadoop properties in the form of 
<code>spark.hadoop.*</code>. 
-They can be considered as same as normal spark properties which can be set in 
<code>$SPARK_HOME/conf/spark-defalut.conf</code></p>
+They can be considered as same as normal spark properties which can be set in 
<code>$SPARK_HOME/conf/spark-defaults.conf</code></p>
 
 <p>In some cases, you may want to avoid hard-coding certain configurations in 
a <code>SparkConf</code>. For
 instance, Spark allows you to simply create an empty conf and set spark/spark 
hadoop properties.</p>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to