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

[jira] [Created] (ATLAS-2535) Import hive script doesn't update entity already present in Atlas

Ramesh Mani created ATLAS-2535:
----------------------------------

             Summary: Import hive script doesn't update entity already present in Atlas 
                 Key: ATLAS-2535
                 URL: https://issues.apache.org/jira/browse/ATLAS-2535
             Project: Atlas
          Issue Type: Bug
          Components: atlas-intg
    Affects Versions: trunk
            Reporter: Ramesh Mani
             Fix For: trunk


Import hive script doesn't update entity already present in Atlas 

On running Import hive script , entities which are already present in Atlas have an entity update but the entity is not updated.

For example :
>> create table emp(id int,name);
Run import hive.sh
>> alter table emp add column (dob date);
Run import hive.sh

Import hive script is successfully completed. 
But emp table entity in Atlas doesn't have the new column dob.



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