Skip to content

Commit

Permalink
config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jun 5, 2024
1 parent d6108ce commit f84ca1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,9 @@ package object config {

private[spark] val SUBMIT_CALL_SYSTEM_EXIT_ON_MAIN_EXIT =
ConfigBuilder("spark.submit.callSystemExitOnMainExit")
.doc("If true, SparkSubmit will call System.exit() to initiate JVM shutdown once the " +
"user's main method has exited. This can be useful in cases where non-daemon JVM " +
"threads might otherwise prevent the JVM from shutting down on its own.")
.version("4.0.0")
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit f84ca1e

Please sign in to comment.