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

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

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

Madhan Neethiraj resolved ATLAS-2535.
-------------------------------------
       Resolution: Fixed
         Assignee: Ramesh Mani
    Fix Version/s:     (was: trunk)
                   1.0.0

Committed to master: http://git-wip-us.apache.org/repos/asf/atlas/commit/37d7b8b8

> 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
>            Assignee: Ramesh Mani
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> 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)