You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chun Chen (JIRA)" <ji...@apache.org> on 2013/12/09 12:59:07 UTC

[jira] [Updated] (HIVE-2584) Alter table should accept database name

     [ https://issues.apache.org/jira/browse/HIVE-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chun Chen updated HIVE-2584:
----------------------------

    Attachment: HIVE-2584.patch

> Alter table should accept database name
> ---------------------------------------
>
>                 Key: HIVE-2584
>                 URL: https://issues.apache.org/jira/browse/HIVE-2584
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.7.1
>            Reporter: Bharath Mundlapudi
>         Attachments: HIVE-2584.patch
>
>
> It would be nice if alter table accepts database name.
> For example:
> This would be more useful in certain usecases:
>  
> alter table DB.Tbl set location <location>;
> rather than 2 statements.
> use DB;
> alter table Tbl set location <location>;
>  



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)