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

Vikram Dixit K commented on HIVE-10719:
---------------------------------------

[~sushanth] Ok for 1.2.1?

> Hive metastore failure when alter table rename is attempted.
> ------------------------------------------------------------
>
>                 Key: HIVE-10719
>                 URL: https://issues.apache.org/jira/browse/HIVE-10719
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 1.0.0, 1.2.0, 1.1.0
>            Reporter: Vikram Dixit K
>            Assignee: Vikram Dixit K
>         Attachments: HIVE-10719.1.patch, HIVE-10719.2.patch, 
> HIVE-10719.3.patch
>
>
> {code}
> create database newDB location "/tmp/";
> describe database extended newDB;
> use newDB;
> create table tab (name string);
> alter table tab rename to newName;
> {code}
> Fails:
> {code}
> InvalidOperationException(message:Unable to access old location 
> hdfs://localhost:8020/tmp/tab for table x.tab)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to