This is an automated email from the ASF dual-hosted git repository.
yumwang pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new ac69643 [MINOR][DOCS] fix default value of history server
ac69643 is described below
commit ac6964367b207c29339ccccde2013b997af5d3d3
Author: Itay Bittan <[email protected]>
AuthorDate: Sun Feb 20 10:51:53 2022 +0800
[MINOR][DOCS] fix default value of history server
### 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 <[email protected]>
Signed-off-by: Yuming Wang <[email protected]>
(cherry picked from commit ae67adde4d2dc0a75e03710fc3e66ea253feeda3)
Signed-off-by: Yuming Wang <[email protected]>
---
docs/monitoring.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 930f91f..8cbe7f3 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -354,7 +354,7 @@ Security options for the Spark History Server are covered
more detail in the
</tr>
<tr>
<td>spark.history.custom.executor.log.url.applyIncompleteApplication</td>
- <td>false</td>
+ <td>true</td>
<td>
Specifies whether to apply custom spark executor log URL to incomplete
applications as well.
If executor logs for running applications should be provided as origin
log URLs, set this to `false`.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]