aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-13 23:26:44 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-13 23:26:44 -0800
commit055be5c6940a82e2d7fa39f968a434643a1eb1e2 (patch)
treec415972d92d91fb6ce015df9948ae1d758b693e4 /docs
parentfdaabdc67387524ffb84354f87985f48bd31cf60 (diff)
parent0984647aaefffcecf85ebfbdb45e41ecd1e49a8c (diff)
downloadspark-055be5c6940a82e2d7fa39f968a434643a1eb1e2.tar.gz
spark-055be5c6940a82e2d7fa39f968a434643a1eb1e2.tar.bz2
spark-055be5c6940a82e2d7fa39f968a434643a1eb1e2.zip
Merge pull request #415 from pwendell/shuffle-compress
Enable compression by default for spills
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 be06bd19be..da70cabba2 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -156,7 +156,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td>spark.shuffle.spill.compress</td>
- <td>false</td>
+ <td>true</td>
<td>
Whether to compress data spilled during shuffles.
</td>