You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/28 13:18:00 UTC

[jira] [Work logged] (HIVE-24089) Run QB compaction as table directory user with impersonation

     [ https://issues.apache.org/jira/browse/HIVE-24089?focusedWorklogId=475824&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475824 ]

ASF GitHub Bot logged work on HIVE-24089:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Aug/20 13:17
            Start Date: 28/Aug/20 13:17
    Worklog Time Spent: 10m 
      Work Description: klcopp opened a new pull request #1441:
URL: https://github.com/apache/hive/pull/1441


   Currently QB compaction runs as the session user, unlike MR compaction which runs as the table/partition directory owner (see CompactorThread#findUserToRunAs).
   
   We should make QB compaction run as the table/partition directory owner and enable user impersonation during compaction to avoid any issues with temp directories.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 475824)
    Remaining Estimate: 0h
            Time Spent: 10m

> Run QB compaction as table directory user with impersonation
> ------------------------------------------------------------
>
>                 Key: HIVE-24089
>                 URL: https://issues.apache.org/jira/browse/HIVE-24089
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently QB compaction runs as the session user, unlike MR compaction which runs as the table/partition directory owner (see CompactorThread#findUserToRunAs).
> We should make QB compaction run as the table/partition directory owner and enable user impersonation during compaction to avoid any issues with temp directories.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)