You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by skonto <gi...@git.apache.org> on 2018/04/01 01:29:11 UTC

[GitHub] spark pull request #20945: [SPARK-23790][Mesos] fix metastore connection iss...

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

    https://github.com/apache/spark/pull/20945#discussion_r178445703
  
    --- Diff: resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala ---
    @@ -506,6 +506,10 @@ private[spark] class MesosClusterScheduler(
           options ++= Seq("--class", desc.command.mainClass)
         }
     
    +    desc.conf.getOption("spark.mesos.proxyUser").foreach { v =>
    +      options ++= Seq("--proxy-user", v)
    +    }
    +
    --- End diff --
    
    In cluster mode we need to pass the proxy user to the dispatcher.


---

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