Deep Singh created ATLAS-4127:
---------------------------------
Summary: Reduce number of Hive table calls in Atlas Hook
Key: ATLAS-4127
URL: https://issues.apache.org/jira/browse/ATLAS-4127
Project: Atlas
Issue Type: Bug
Reporter: Deep Singh
In Atlas Hive bridge, while calculating processQualifiedName, all partitions
are processed.
For each partition, a hive call is made to get table details. Since multiple
partitions can belong to the same table, there is a scope for improvement by
avoiding repeated hive calls for the same table information.
This improvement becomes crucial particularly in the case where there are
several partitions for a single table.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)