aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-12-07 01:39:52 -0800
committerAaron Davidson <aaron@databricks.com>2013-12-07 01:40:01 -0800
commitcb6ac8aafb5491f137146db8e8937cbefc7ffdb1 (patch)
tree55fc518180b034f97ec240895d6c642e6c9eee29
parent10c3c0c6524d0cf6c59b6f2227bf316cdeb7d06c (diff)
downloadspark-cb6ac8aafb5491f137146db8e8937cbefc7ffdb1.tar.gz
spark-cb6ac8aafb5491f137146db8e8937cbefc7ffdb1.tar.bz2
spark-cb6ac8aafb5491f137146db8e8937cbefc7ffdb1.zip
Correct spellling error in configuration.md
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index e86b9ea645..62c4457a3e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -331,7 +331,7 @@ Apart from these, the following properties are also available, and may be useful
<td>spark.shuffle.consolidateFiles</td>
<td>false</td>
<td>
- If set to "true", consolidates intermediate files created during a shuffle. Creating fewer files can improve filesystem performance for shuffles with large numbers of reduce tasks. It is reccomended to set this to "true" when using ext4 or xfs filesystems. On ext3, this option might degrade performance on machines with many (>8) cores due to filesystem limitations.
+ If set to "true", consolidates intermediate files created during a shuffle. Creating fewer files can improve filesystem performance for shuffles with large numbers of reduce tasks. It is recommended to set this to "true" when using ext4 or xfs filesystems. On ext3, this option might degrade performance on machines with many (>8) cores due to filesystem limitations.
</td>
</tr>
<tr>