[
https://issues.apache.org/jira/browse/ATLAS-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj reassigned ATLAS-2581:
---------------------------------------
Assignee: 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
> Assignee: Madhan Neethiraj
> 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)