This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new ea13c5a [SPARK-36052][K8S][FOLLOWUP] Update config version to 3.2.0
ea13c5a is described below
commit ea13c5a743feb737d6ff5d28c38888f8c968c293
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Aug 17 10:28:02 2021 +0900
[SPARK-36052][K8S][FOLLOWUP] Update config version to 3.2.0
### What changes were proposed in this pull request?
This PR is a follow-up to update the version of config,
`spark.kubernetes.allocation.maxPendingPods`, from 3.3.0 to 3.2.0.
### Why are the changes needed?
SPARK-36052 landed at branch-3.2 to fix a bug.
### Does this PR introduce _any_ user-facing change?
Yes, but this is a new configuration to fix a bug.
### How was this patch tested?
Pass the CIs.
Closes #33755 from dongjoon-hyun/SPARK-36052.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.../core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
b/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
index 2af05f1..2c4adee 100644
---
a/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
+++
b/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
@@ -601,7 +601,7 @@ private[spark] object Config extends Logging {
"also counted into this limit as they will change into pending PODs by
time. " +
"This limit is independent from the resource profiles as it limits the
sum of all " +
"allocation for all the used resource profiles.")
- .version("3.3.0")
+ .version("3.2.0")
.intConf
.checkValue(value => value > 0, "Maximum number of pending pods should
be a positive integer")
.createWithDefault(Int.MaxValue)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]