Skip to content

Commit

Permalink
WarmpoolEnabled FlintSparkConf doc
Browse files Browse the repository at this point in the history
Signed-off-by: Shri Saran Raj N <[email protected]>
  • Loading branch information
Shri Saran Raj N committed Feb 10, 2025
1 parent 8369442 commit 0c7c92b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ object FlintSparkConf {

val WARMPOOL_ENABLED =
FlintConfig("spark.flint.job.warmpoolEnabled")
.doc("Enable warmPool mode for the EMR Job to reduce startup times")
.createWithDefault("false")

val MAX_EXECUTORS_COUNT = FlintConfig("spark.dynamicAllocation.maxExecutors").createOptional()
Expand Down

0 comments on commit 0c7c92b

Please sign in to comment.