zhouyifan279 commented on code in PR #5296:
URL: https://github.com/apache/kyuubi/pull/5296#discussion_r1327153598
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/YarnApplicationOperation.scala:
##########
@@ -63,7 +65,18 @@ class YarnApplicationOperation extends ApplicationOperation
with Logging {
} else {
try {
val applicationId = reports.get(0).getApplicationId
- yarnClient.killApplication(applicationId)
+ appMgrInfo.proxyUser match {
Review Comment:
We should still kill applications using kyuubi server UGI, by default.
--
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]