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:37:27 UTC

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

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.


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

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi resolved HIVE-1144.
------------------------------

    Resolution: Fixed

This was addressed by commit of HIVE-1220.



> 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.


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

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HIVE-1144 started by John Sichi.

> 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.