aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-06 19:25:28 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-06 19:25:28 -0800
commitb9451acdf4c73ab4b0b9d9827ab1ccedbcfb144f (patch)
tree0163c44174e19bba7549911ca43157cc646177f0 /docs
parent241336add5be07fca5ff6c17eed368df7d0c3e3c (diff)
downloadspark-b9451acdf4c73ab4b0b9d9827ab1ccedbcfb144f.tar.gz
spark-b9451acdf4c73ab4b0b9d9827ab1ccedbcfb144f.tar.bz2
spark-b9451acdf4c73ab4b0b9d9827ab1ccedbcfb144f.zip
Adding disclaimer for shuffle file consolidation
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 22abe1c5a9..65b41b45cb 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 if you run shuffles with large numbers of reduce tasks.
+ 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.
</td>
</tr>
<tr>