You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/02/09 23:39:27 UTC

[jira] Commented: (HIVE-1144) CREATE VIEW followup: support ALTER TABLE SET TBLPROPERTIES on views

    [ https://issues.apache.org/jira/browse/HIVE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831719#action_12831719 ] 

John Sichi commented on HIVE-1144:
----------------------------------

This can be done without any metastore changes.  However, for consistency with DROP VIEW, we probably want to change the parser to require ALTER VIEW instead of ALTER TABLE.


> CREATE VIEW followup:  support ALTER TABLE SET TBLPROPERTIES on views
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1144
>                 URL: https://issues.apache.org/jira/browse/HIVE-1144
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.6.0
>
>
> Currently this fails with the following error:
> FAILED: Error in metadata: Cannot use ALTER TABLE on a view
> It would be very useful to allow this for tagging user-defined metadata on views.

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