You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Abhay Kulkarni (Jira)" <ji...@apache.org> on 2023/04/28 14:25:00 UTC

[jira] [Created] (RANGER-4216) Reduce the interaction with HiveMetaStore when figuring out the owner of Hive object - Update patch for RANGER-3593

Abhay Kulkarni created RANGER-4216:
--------------------------------------

             Summary: Reduce the interaction with HiveMetaStore when figuring out the owner of Hive object - Update patch for RANGER-3593
                 Key: RANGER-4216
                 URL: https://issues.apache.org/jira/browse/RANGER-4216
             Project: Ranger
          Issue Type: Bug
          Components: Ranger
            Reporter: Abhay Kulkarni
            Assignee: Abhay Kulkarni


Patch for RANGER-3593 calls HiveMetaStore API to get owner of a Hive object to be checked for access. This is likely to cause performance and other issues during Hive operations.

This patch needs to be modified appropriately to call HiveMetaStore APIs only if the Hive object does not owner information. The Hive Jira (https://issues.apache.org/jira/browse/HIVE-21833) needs to be merged into the upstream and any other Hive Jiras (such as https://issues.apache.org/jira/browse/HIVE-27285)  that ensure that owner information is populated in the Hive objects before the access evaluation is called, also need to be merged in upstream Apache code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)