pan3793 commented on code in PR #5936:
URL: https://github.com/apache/kyuubi/pull/5936#discussion_r1438487393
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/engine/deploy/yarn/EngineYarnModeSubmitter.scala:
##########
@@ -92,6 +94,28 @@ abstract class EngineYarnModeSubmitter extends Logging {
def engineExtraJars(): Seq[File] = Seq.empty
protected def submitApplication(): Unit = {
+ val user = kyuubiConf.getOption(KYUUBI_SESSION_USER_KEY)
Review Comment:
we actually have seen that limitation of always using session user as the
engine launch user, let's define a dedicated `proxyUser: Option[String]`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]