aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorYu Peng <loneknightpy@gmail.com>2016-10-18 13:23:31 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2016-10-18 13:23:31 -0700
commit231f39e3f6641953a90bc4c40444ede63f363b23 (patch)
tree679bf48c57a3e00196e9f610d1bc0bf386bcd97f /docs/configuration.md
parent37686539f546ac7a3657dbfc59b7ac982b4b9bce (diff)
downloadspark-231f39e3f6641953a90bc4c40444ede63f363b23.tar.gz
spark-231f39e3f6641953a90bc4c40444ede63f363b23.tar.bz2
spark-231f39e3f6641953a90bc4c40444ede63f363b23.zip
[SPARK-17711] Compress rolled executor log
## What changes were proposed in this pull request? This PR adds support for executor log compression. ## How was this patch tested? Unit tests cc: yhuai tdas mengxr Author: Yu Peng <loneknightpy@gmail.com> Closes #15285 from loneknightpy/compress-executor-log.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 373e22d71a..a4a99d6fa4 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -294,6 +294,14 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.executor.logs.rolling.enableCompression</code></td>
+ <td>false</td>
+ <td>
+ Enable executor log compression. If it is enabled, the rolled executor logs will be compressed.
+ Disabled by default.
+ </td>
+</tr>
+<tr>
<td><code>spark.executor.logs.rolling.maxSize</code></td>
<td>(none)</td>
<td>