Ashutosh Mestry created ATLAS-3182:
--------------------------------------

             Summary: Import Transforms: Hive Table Qualified Name is Modified 
Incorrectly
                 Key: ATLAS-3182
                 URL: https://issues.apache.org/jira/browse/ATLAS-3182
             Project: Atlas
          Issue Type: Bug
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry


*Background*

Existing transformation framework that is used in _ImportService_ does not 
correctly replace _qualifiedName_ for _hive_table_ entities in cases where 
entity _name_ and _qualifiedName_ are different.

*Steps to Duplicate*
 # Create _hive_db_, say _db1_.
 # Create _hive_table_ entity such that it has name = _testtable_ and 
_qualifiedName = db1.testtable-123@cl1_.
 # Use the transforms handler to convert _hive_db_ (_db1_) name to dbX and 
_clusterName = clX_.

*Expected Results*

The resulting _hive_db_ should have _name_ and _qualifiedName_ changed to _dbX._

The _hive_table_ should have its name = _testtable_ and _qualifiedName = 
dbX.testtable-123@clX._

*Actual Results*

The _hive_db_ entity is correctly transformed.

The _hive_table_ entity's qualifiedName gets changed to _dbX.testtable@clX._



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

Reply via email to