From 0984647aaefffcecf85ebfbdb45e41ecd1e49a8c Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Mon, 13 Jan 2014 23:25:25 -0800 Subject: Enable compression by default for spills --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.md') 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 spark.shuffle.spill.compress - false + true Whether to compress data spilled during shuffles. -- cgit v1.2.3