aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-07 11:51:52 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-07 11:51:52 -0800
commitf466f79b88cc0766d87de4ea5bdb27d826be4487 (patch)
tree55fc518180b034f97ec240895d6c642e6c9eee29
parent10c3c0c6524d0cf6c59b6f2227bf316cdeb7d06c (diff)
parentcb6ac8aafb5491f137146db8e8937cbefc7ffdb1 (diff)
downloadspark-f466f79b88cc0766d87de4ea5bdb27d826be4487.tar.gz
spark-f466f79b88cc0766d87de4ea5bdb27d826be4487.tar.bz2
spark-f466f79b88cc0766d87de4ea5bdb27d826be4487.zip
Merge pull request #239 from aarondav/nit
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>