Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ package object config {
.createWithDefault(Seq("stdout", "stderr"))

private[spark] val EXEC_REDIRECT_CONSOLE_OUTPUTS =
ConfigBuilder("spark.executor.log.redirectConsoleOutputs")
ConfigBuilder("spark.executor.logs.redirectConsoleOutputs")
.doc("Comma-separated list of the console output kind for executor that needs to redirect " +
"to logging system. Supported values are `stdout`, `stderr`. It only takes affect when " +
s"`${PLUGINS.key}` is configured with `org.apache.spark.deploy.RedirectConsolePlugin`.")
Expand Down