Description
HiveMetaStore::add_partitions() currently adds all partitions specified in one call using a single meta-store transaction. This acts correctly. However, there's one AddPartitionEvent created per partition specified.
Ideally, the set of partitions added atomically can be communicated using a single AddPartitionEvent, such that they are consumed together.
I'll post a patch that does this.
Attachments
Attachments
Issue Links
- is duplicated by
-
HCATALOG-609 HCatalog's AddPartitionMessage must specify all partitions from Hive's AddPartitionEvent.
- Open
- is related to
-
HIVE-4004 Incorrect status for AddPartition metastore event if RawStore commit fails
- Closed
- relates to
-
HIVE-4004 Incorrect status for AddPartition metastore event if RawStore commit fails
- Closed