Description
This is an über JIRA for the work required to speed up HCatClient.dropPartitions().
As it stands right now, dropPartitions() is slow because it takes N thrift-calls to drop N partitions, and attempts to store all N partitions in memory while it executes.
Attachments
Issue Links
- depends upon
-
HIVE-9631 DirectSQL for HMS.drop_partitions_req().
- Open
-
HIVE-9588 Reimplement HCatClientHMSImpl.dropPartitions() with HMSC.dropPartitions()
- Closed
-
HIVE-9628 HiveMetaStoreClient.dropPartitions(...List<ObjectPair<Integer,byte[]>>...) doesn't take (boolean needResult)
- Closed
-
HIVE-9633 Add HCatClient.dropPartitions() overload to skip deletion of partition-directories.
- Closed
-
HIVE-9736 StorageBasedAuthProvider should batch namenode-calls where possible.
- Patch Available