Correct spellling error in configuration.md
Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/cb6ac8aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/cb6ac8aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/cb6ac8aa Branch: refs/heads/scala-2.10 Commit: cb6ac8aafb5491f137146db8e8937cbefc7ffdb1 Parents: 10c3c0c Author: Aaron Davidson <[email protected]> Authored: Sat Dec 7 01:39:52 2013 -0800 Committer: Aaron Davidson <[email protected]> Committed: Sat Dec 7 01:40:01 2013 -0800 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/cb6ac8aa/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index e86b9ea..62c4457 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>
