https://github.com/apache/spark
Revision ac6964367b207c29339ccccde2013b997af5d3d3 authored by Itay Bittan on 20 February 2022, 02:51:53 UTC, committed by Yuming Wang on 20 February 2022, 02:53:11 UTC
### What changes were proposed in this pull request?
Alignment between the documentation and the code.

### Why are the changes needed?

The [actual default value ](https://github.com/apache/spark/blame/master/core/src/main/scala/org/apache/spark/internal/config/History.scala#L198) for `spark.history.custom.executor.log.url.applyIncompleteApplication` is `true` and not `false` as stated in the documentation.

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

### How was this patch tested?

Closes #35577 from itayB/doc.

Authored-by: Itay Bittan <itay.bittan@gmail.com>
Signed-off-by: Yuming Wang <yumwang@ebay.com>
(cherry picked from commit ae67adde4d2dc0a75e03710fc3e66ea253feeda3)
Signed-off-by: Yuming Wang <yumwang@ebay.com>
1 parent 5dd54f9
History
Tip revision: ac6964367b207c29339ccccde2013b997af5d3d3 authored by Itay Bittan on 20 February 2022, 02:51:53 UTC
[MINOR][DOCS] fix default value of history server
Tip revision: ac69643

README.md

back to top