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

2018-04-17 Thread Madhan Neethiraj (JIRA)

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

Madhan Neethiraj updated ATLAS-2581:

Attachment: ATLAS-2581.patch

> 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
> Fix For: 1.0.0, 0.8.3
>
> Attachments: ATLAS-2581.patch
>
>
> 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)


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

2018-04-17 Thread Madhan Neethiraj (JIRA)

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

Madhan Neethiraj updated ATLAS-2581:

Attachment: (was: ATLAS-2581.patch)

> 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
> Fix For: 1.0.0, 0.8.3
>
>
> 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)


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

2018-04-17 Thread Madhan Neethiraj (JIRA)

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

Madhan Neethiraj updated ATLAS-2581:

Attachment: ATLAS-2581.patch

> 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
> Fix For: 1.0.0, 0.8.3
>
> Attachments: ATLAS-2581.patch
>
>
> 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)


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

2018-04-17 Thread Madhan Neethiraj (JIRA)

 [ 
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)