Skip to content

Commit

Permalink
[MINOR][DOCS] Fix a typo in core-migration-guide.md
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

 Fix a typo in core-migration-guide.md:

- agressively -> aggressively

### Why are the changes needed?

Fix mistakes.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Passed GA.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#46864 from wayneguow/typo.

Authored-by: Wei Guo <guow93@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
wayneguow authored and HyukjinKwon committed Jun 5, 2024
1 parent 33aa467 commit a17ab57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ license: |

- Since Spark 4.0, the MDC (Mapped Diagnostic Context) key for Spark task names in Spark logs has been changed from `mdc.taskName` to `task_name`. To use the key `mdc.taskName`, you can set `spark.log.legacyTaskNameMdc.enabled` to `true`.

- Since Spark 4.0, Spark performs speculative executions less agressively with `spark.speculation.multiplier=3` and `spark.speculation.quantile=0.9`. To restore the legacy behavior, you can set `spark.speculation.multiplier=1.5` and `spark.speculation.quantile=0.75`.
- Since Spark 4.0, Spark performs speculative executions less aggressively with `spark.speculation.multiplier=3` and `spark.speculation.quantile=0.9`. To restore the legacy behavior, you can set `spark.speculation.multiplier=1.5` and `spark.speculation.quantile=0.75`.

## Upgrading from Core 3.4 to 3.5

Expand Down

0 comments on commit a17ab57

Please sign in to comment.