Zihan Li created GOBBLIN-861:
--------------------------------

             Summary: Skip getPartition() call to Hive Metastore when a 
partition already exists
                 Key: GOBBLIN-861
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-861
             Project: Apache Gobblin
          Issue Type: Task
          Components: hive-registration
            Reporter: Zihan Li
            Assignee: Abhishek Tiwari


Currently, we compute a diff between the current partition and an already 
registered partition when a partition has already been registered in Hive. This 
is done by calling getPartition() on the Hive metastore client, which can be 
expensive. Since no time-varying attributes are stored in a Hive partition, 
diff computation (and getPartition() call) can be skipped when a partition 
already exists.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to