aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4e47ca16e8..e4d5b21a12 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -112,6 +112,23 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td>spark.blockManager.compress</td>
+ <td>false</td>
+ <td>
+ Set to "true" to have Spark compress map output files, RDDs that get cached on disk,
+ and RDDs that get cached in serialized form. Generally a good idea when dealing with
+ large datasets, but might add some CPU overhead.
+ </td>
+</tr>
+<tr>
+ <td>spark.broadcast.compress</td>
+ <td>false</td>
+ <td>
+ Set to "true" to have Spark compress broadcast variables before sending them.
+ Generally a good idea when broadcasting large values.
+ </td>
+</tr>
+<tr>
<td>spark.storage.memoryFraction</td>
<td>0.66</td>
<td>