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

    https://github.com/apache/spark/pull/21669#discussion_r223086540
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -646,7 +646,8 @@ private[spark] class SparkSubmit extends Logging {
           }
         }
     
    -    if (clusterManager == MESOS && UserGroupInformation.isSecurityEnabled) 
{
    +    if ((clusterManager == MESOS || clusterManager == KUBERNETES)
    +      && UserGroupInformation.isSecurityEnabled) {
    --- End diff --
    
    nit: add more indent


---

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

Reply via email to