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

[jira] [Created] (ATLAS-2477) Tag Propagation and Search : Search with tag and type doesn't list all the entities

Sarath Subramanian created ATLAS-2477:
-----------------------------------------

             Summary: Tag Propagation and Search : Search with tag and type doesn't list all the entities
                 Key: ATLAS-2477
                 URL: https://issues.apache.org/jira/browse/ATLAS-2477
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 1.0.0
            Reporter: Sarath Subramanian
            Assignee: Sarath Subramanian
             Fix For: 1.0.0


1. Created an Hive table "employee" and CTAS table "employee_ctas".
2. Associated a tag tag1 to employee.Both employee and employee_ctas are associated to tag1.
3. Basic search with classification = tag1 , listed 3 entities - employee , employee_ctas and the process.
4. But Search with classification = tag1 , type = hive_table listed only the employee . Expected that it would list the employee_ctas also.
5.With Advanced search, both the following queries
{code}
query =tag1
typename = hive_table query = isa tag1
{code}
lists only the employee entity.

Hence , search with type  and tag lists only the entity to which the tag is associated and not the propagated associations.



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