You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Laszlo Pinter (JIRA)" <ji...@apache.org> on 2018/10/01 14:26:00 UTC

[jira] [Created] (HIVE-20661) Dynamic partitions loading calls add partition for every partition 1-by-1

Laszlo Pinter created HIVE-20661:
------------------------------------

             Summary: Dynamic partitions loading calls add partition for every partition 1-by-1
                 Key: HIVE-20661
                 URL: https://issues.apache.org/jira/browse/HIVE-20661
             Project: Hive
          Issue Type: Improvement
          Components: Hive
    Affects Versions: 4.0.0
            Reporter: Laszlo Pinter
            Assignee: Laszlo Pinter


Hive.loadDynamicPartitions creates partitions using a threadpool, but the update of the Metastore  via the MetastoreClient is done 1-by-1. This adds unnecessary extra calls. The partitions should be created in one batch. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)