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

    https://github.com/apache/spark/pull/22911#discussion_r233642625
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala
 ---
    @@ -144,6 +144,10 @@ private[spark] class BasicExecutorFeatureStep(
             .addToLimits("memory", executorMemoryQuantity)
             .addToRequests("cpu", executorCpuQuantity)
             .endResources()
    +        .addNewEnv()
    +          .withName(ENV_SPARK_USER)
    --- End diff --
    
    I see that you noted that this is always done across resource managers. 
What is the reason for that, just wondering? as I introduced it exclusively in 
the HadoopSteps


---

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

Reply via email to