This is an automated email from the ASF dual-hosted git repository.

yumwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new ae67add  [MINOR][DOCS] fix default value of history server
ae67add is described below

commit ae67adde4d2dc0a75e03710fc3e66ea253feeda3
Author: Itay Bittan <itay.bit...@gmail.com>
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 <itay.bit...@gmail.com>
    Signed-off-by: Yuming Wang <yumw...@ebay.com>
---
 docs/monitoring.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index e54ac54..f2c6e37 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -357,7 +357,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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to