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/07/24 12:39:00 UTC

[jira] [Work logged] (HIVE-23929) Run compaction as partition owner

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

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

                Author: ASF GitHub Bot
            Created on: 24/Jul/20 12:38
            Start Date: 24/Jul/20 12:38
    Worklog Time Spent: 10m 
      Work Description: laszlopinter86 opened a new pull request #1309:
URL: https://github.com/apache/hive/pull/1309


   While using Nifi to stream data into Hive tables, it can happen that the newly created partitions have a different owner than the table itself. Running compaction on these partitions will fail with AccessControlException. 
   Change compaction to use partition owner as base for proxy user.
   


----------------------------------------------------------------
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: 462932)
    Remaining Estimate: 0h
            Time Spent: 10m

> Run compaction as partition owner
> ---------------------------------
>
>                 Key: HIVE-23929
>                 URL: https://issues.apache.org/jira/browse/HIVE-23929
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> While using Nifi to stream data into Hive tables, it can happen that the newly created partitions have a different owner than the table itself. Running compaction on these partitions will fail with
> {code:java}
> org.apache.hadoop.security.AccessControlException: Permission denied: user=testuser, access=EXECUTE, inode="/warehouse/tablespace/managed/hive":hive:hadoop:drwx------
> {code}
>  



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