From 4bb80dbfb292f9b176add527f25765c3250bb803 Mon Sep 17 00:00:00 2001 From: Itay Bittan Date: Sat, 19 Feb 2022 19:02:40 +0200 Subject: [PATCH] [MINOR][DOCS] fix default value in history server --- docs/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring.md b/docs/monitoring.md index e54ac5414ba79..f2c6e37974926 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 spark.history.custom.executor.log.url.applyIncompleteApplication - false + true 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`.