Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/21584#discussion_r207603254
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
---
@@ -205,7 +218,7 @@ private[spark] object Config extends Logging {
.createWithDefault(0.1)
val PYSPARK_MAJOR_PYTHON_VERSION =
- ConfigBuilder("spark.kubernetes.pyspark.pythonversion")
+ ConfigBuilder("spark.kubernetes.pyspark.pythonVersion")
--- End diff --
We _might_ want to make that (small) change in a separate PR just so that
if this slips and doesn't make the cut for 2.4 we aren't trying to change a
config string later.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]