This is an automated email from the ASF dual-hosted git repository.
yumwang pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 32e7e7b [MINOR][DOCS] fix default value of history server
32e7e7b is described below
commit 32e7e7b9672d1e4d05b9e915abcd3c82a9ff152a
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 ac6b693..e1ad502 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]