Skip to content

Commit

Permalink
Update config version to 3.1.3
Browse files Browse the repository at this point in the history
This config needs to be backported to branch-3.1.
  • Loading branch information
cchriswu committed Jun 4, 2021
1 parent 20509d1 commit 4dbae0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ private[spark] object Config extends Logging {
.doc("Time to wait for driver pod to get ready before creating executor pods. This wait " +
"only happens on application start. If timeout happens, executor pods will still be " +
"created.")
.version("3.2.0")
.version("3.1.3")
.timeConf(TimeUnit.SECONDS)
.checkValue(value => value > 0, "Allocation driver readiness timeout must be a positive "
+ "time value.")
Expand Down

0 comments on commit 4dbae0a

Please sign in to comment.