You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2020/07/24 12:24:00 UTC

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

László Pintér created HIVE-23929:
------------------------------------

             Summary: 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


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)