Vikram Dixit K created HIVE-10719:
-------------------------------------

             Summary: 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


{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