You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2015/05/15 05:15:00 UTC

[jira] [Created] (HIVE-10719) Hive metastore failure when alter table rename is attempted.

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)