[
https://issues.apache.org/jira/browse/HIVE-10719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vikram Dixit K updated HIVE-10719:
----------------------------------
Attachment: HIVE-10719.1.patch
> 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
>
>
> {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)