Madhan Neethiraj created ATLAS-2581:
---------------------------------------
Summary: 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: Madhan Neethiraj
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)