You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Sharma (Jira)" <ji...@apache.org> on 2021/09/17 08:29:00 UTC

[jira] [Created] (HIVE-25535) Adding table property "NO_CLEANUP"

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)