You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/04/17 22:10:00 UTC

[jira] [Updated] (ATLAS-2581) Regression with V2 Hive hook notifications : Moving table to a different database

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

Madhan Neethiraj updated ATLAS-2581:
------------------------------------
    Reporter: Sharmadha Sainath  (was: Madhan Neethiraj)

> Regression with V2 Hive hook notifications : Moving table to a different database
> ---------------------------------------------------------------------------------
>
>                 Key: ATLAS-2581
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2581
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>    Affects Versions: 1.0.0, 0.8.3
>            Reporter: Sharmadha Sainath
>            Priority: Major
>
> When table is renamed using :
> {code}
> create database db1;
> use db1;
> create table table1(id int, name string);
> use default;
> alter table db1.table1 rename to table2 
> {code}
> table1 is moved from database db1 to default, and renamed as table2.
> Location parameter of table2's storage descriptor is  : hdfs://mycluster/apps/hive/warehouse/db1.db/table1
> Expected is : hdfs://mycluster/apps/hive/warehouse/table2



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)