aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-09 23:38:03 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-09 23:38:03 -0800
commitdd03cea02a55746ae7e753f00ef00fc50ecaad46 (patch)
tree50d28066f6602e57029678c06546b01e85e408d3 /docs
parent997c830e0b09e8be5000368f0d3e3c4516854bca (diff)
parent460f655cc60b1a1759b6f85ae8860595fc7586b4 (diff)
downloadspark-dd03cea02a55746ae7e753f00ef00fc50ecaad46.tar.gz
spark-dd03cea02a55746ae7e753f00ef00fc50ecaad46.tar.bz2
spark-dd03cea02a55746ae7e753f00ef00fc50ecaad46.zip
Merge pull request #378 from pwendell/consolidate_on
Enable shuffle consolidation by default. Bump this to being enabled for 0.9.0.
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 6717757781..b1a0e19167 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -371,7 +371,7 @@ Apart from these, the following properties are also available, and may be useful
<tr>
<td>spark.shuffle.consolidateFiles</td>
- <td>false</td>
+ <td>true</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 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>