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

    https://github.com/apache/spark/pull/22298#discussion_r214407013
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/bindings/PythonDriverFeatureStep.scala
 ---
    @@ -67,7 +68,8 @@ private[spark] class PythonDriverFeatureStep(
     
         SparkPod(pod.pod, withPythonPrimaryContainer)
       }
    -  override def getAdditionalPodSystemProperties(): Map[String, String] = 
Map.empty
    +  override def getAdditionalPodSystemProperties(): Map[String, String] =
    --- End diff --
    
    Same as above (just curious if this overrides user params or precedence 
rules here). Also add a comment of the precedence rules.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to