Commit 8d59997
committed
[SPARK-45257][CORE] Enable
### What changes were proposed in this pull request?
This PR aims to enable `spark.eventLog.compress` by default for Apache Spark 4.0.0.
### Why are the changes needed?
- To save the event log storage cost by compressing the logs with ZStandard codec by default
### Does this PR introduce _any_ user-facing change?
Although we added a migration guide, the old Spark history servers are able to read the compressed logs.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43036 from dongjoon-hyun/SPARK-45257.
Lead-authored-by: Dongjoon Hyun <dhyun@apple.com>
Co-authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>spark.eventLog.compress by default1 parent 7c3c7c5 commit 8d59997
3 files changed
Lines changed: 6 additions & 2 deletions
File tree
- core/src/main/scala/org/apache/spark/internal/config
- docs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments