Ashish Sharma created HIVE-25535:
------------------------------------
Summary: Adding table property "NO_CLEANUP"
Key: HIVE-25535
URL: https://issues.apache.org/jira/browse/HIVE-25535
Project: Hive
Issue Type: Improvement
Reporter: Ashish Sharma
Assignee: Ashish Sharma
Add "NO_CLEANUP" in the table properties enable/disable the table-level cleanup
and prevent the cleaner process from automatically cleaning obsolete
directories/files.
Example -
ALTER TABLE <tablename> SET TBLPROPERTIES('NO_CLEANUP'=FALSE/TRUE);
--
This message was sent by Atlassian Jira
(v8.3.4#803005)