You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ayub Khan (JIRA)" <ji...@apache.org> on 2017/04/04 09:12:42 UTC

[jira] [Created] (ATLAS-1715) If there exists an [DELETED] entity with the same in atlas and importing an entity with the same name results in updating the deleted entity. Instead it should create a new entity.

Ayub Khan created ATLAS-1715:
--------------------------------

             Summary: If there exists an [DELETED] entity with the same in atlas and importing an entity with the same name results in updating the deleted entity.  Instead it should create a new entity.
                 Key: ATLAS-1715
                 URL: https://issues.apache.org/jira/browse/ATLAS-1715
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 0.8-incubating
            Reporter: Ayub Khan
            Priority: Critical
             Fix For: trunk, 0.9-incubating


If there exists an [DELETED] entity with the same in atlas and importing an entity with the same name results in updating the deleted entity.  Instead it should create a new entity.

STR:
* Create a hive database db1.
* Using Atlas export call, get the db1 information exported to a zip file.
* Drop the hive database(db1).
* Import the zip file, using atlas import api call.

Since the entity is already deleted, import call should create a new entity for the metadata. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)