You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/11/01 01:11:44 UTC

[jira] Commented: (HADOOP-4502) Hive: DDL should allow users to add retention policy to the table

    [ https://issues.apache.org/jira/browse/HADOOP-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644472#action_12644472 ] 

Zheng Shao commented on HADOOP-4502:
------------------------------------

We can add a table property by:

ALTER TABLE table1 SET TBLPROPERTIES ('property1'='value1');


> Hive: DDL should allow users to add retention policy to the table
> -----------------------------------------------------------------
>
>                 Key: HADOOP-4502
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4502
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hive
>         Environment: Metastore already supports storing retention policy, but the DDL does not allow users to do that right now. We need that so that users can say that the temporary tables created by them can be deleted after some time.
>            Reporter: Zheng Shao
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.