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

    https://github.com/apache/spark/pull/22911#discussion_r233649498
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesDriverBuilder.scala
 ---
    @@ -81,14 +81,14 @@ private[spark] class KubernetesDriverBuilder(
     
         val driverCommandStep = provideDriverCommandStep(kubernetesConf)
     
    -    val maybeHadoopConfigStep =
    -      kubernetesConf.hadoopConfSpec.map { _ =>
    -        provideHadoopGlobalStep(kubernetesConf)}
    +    val otherSteps = Seq(
    --- End diff --
    
    nit: `otherStep` isn't very descriptive to the contents of the steps. I 
prefer `hadoopSteps` if anything


---

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

Reply via email to