Skip to content

Commit

Permalink
[MINOR][DOCS] fix default value of history server
Browse files Browse the repository at this point in the history
### 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 ae67add)
Signed-off-by: Yuming Wang <[email protected]>
  • Loading branch information
itayB authored and wangyum committed Feb 20, 2022
1 parent 5dd54f9 commit ac69643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ac69643

Please sign in to comment.