Github user ifilonenko commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21584#discussion_r205928623
  
    --- 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 --
    
    idiomatic for configs to have camelCase. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to