Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
Add PURGE option to DROP TABLE to skip moving table data to the trash
Description
Users of our clusters are often running up against their quota limits because of Hive tables. When they drop tables, they have to then manually delete the files from HDFS using skipTrash. This is cumbersome and unnecessary. We should enable users to skipTrash directly when dropping tables.
We should also be able to provide this functionality without polluting SQL syntax.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-9083 New metastore API to support to purge partition-data directly in dropPartitions().
- Closed
-
HIVE-9086 Add language support to PURGE data while dropping partitions.
- Closed
-
HIVE-9118 Support auto-purge for tables, when dropping tables/partitions.
- Closed
-
HIVE-7289 revert HIVE-6469
- Closed
- relates to
-
HIVE-6469 skipTrash option in hive command line
- Closed
- links to