[ https://issues.apache.org/jira/browse/HIVE-26352?focusedWorklogId=784480&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784480 ]
ASF GitHub Bot logged work on HIVE-26352: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Jun/22 09:18 Start Date: 24/Jun/22 09:18 Worklog Time Spent: 10m Work Description: veghlaci05 commented on code in PR #3402: URL: https://github.com/apache/hive/pull/3402#discussion_r905882417 ########## ql/src/java/org/apache/hadoop/hive/ql/exec/tez/YarnQueueHelper.java: ########## @@ -92,6 +94,20 @@ public YarnQueueHelper(HiveConf conf) { } public void checkQueueAccess( + String queueName, String userName) throws IOException, InterruptedException { + UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); Review Comment: I had a discussion regarding this with @abstractdog and he is thinking that if the current user is changed from the login user somewhere upper in the call stack, thank we should respect that, since that change had some reason. Issue Time Tracking ------------------- Worklog Id: (was: 784480) Time Spent: 50m (was: 40m) > Tez queue access check fails with GSS Exception on Compaction > ------------------------------------------------------------- > > Key: HIVE-26352 > URL: https://issues.apache.org/jira/browse/HIVE-26352 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: László Végh > Assignee: László Végh > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > When hive.server2.tez.queue.access.check is enabled and > hive.compactor.job.queue is configured to a different queue than default, > compaction jobs fails at analyze table step, but it's marked as compacted. It > seems that the application is trying to call the yarn queue check url with > wrong credentials -- This message was sent by Atlassian Jira (v8.20.7#820007)