[ https://issues.apache.org/jira/browse/ATLAS-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053823#comment-16053823 ]
qinglin,xia edited comment on ATLAS-1877 at 6/19/17 11:33 AM: -------------------------------------------------------------- Haved attached the revised patch. The attached pic shows the result of creating a process entity of the nested type grand_child_loadProcess {code:java} { "enumTypes": [], "structTypes": [], "traitTypes": [], "classTypes": [{ "superTypes": ["child_loadProcess"], "hierarchicalMetaTypeName": "org.apache.atlas.typesystem.types.ClassType", "typeName": "grand_child_loadProcess", "typeDescription": null, "attributeDefinitions": [] }] } {code} and child_loadProcess is a child of loadProcess type. was (Author: xiaqinglin): Haved attached the revised patch. The attached pic shows the result of creating a process entity of the nested type grand_child_loadProcess { "enumTypes": [], "structTypes": [], "traitTypes": [], "classTypes": [{ "superTypes": ["child_loadProcess"], "hierarchicalMetaTypeName": "org.apache.atlas.typesystem.types.ClassType", "typeName": "grand_child_loadProcess", "typeDescription": null, "attributeDefinitions": [] }] } and child_loadProcess is a child of loadProcess type. > UI: In Lineage for Process entity process icon is not showing. > -------------------------------------------------------------- > > Key: ATLAS-1877 > URL: https://issues.apache.org/jira/browse/ATLAS-1877 > Project: Atlas > Issue Type: Bug > Components: atlas-core > Affects Versions: 0.8-incubating > Reporter: Keval Bhatt > Assignee: qinglin,xia > Labels: atlas > Fix For: trunk, 0.9-incubating > > Attachments: 0001-Fix-ATLAS-1877-check-nested-supertype.patch, > 0001-fix-ATLAS-1877.patch, grand_child_load_process.png, > Process_Icon_Fixed.png, wrong_process_icon.png > > > UI should check Process entity in all parent superType, right know its > checking for only 1 level > Step to reproduce : > # Run quickstart > # Create entity of type Process and while creating process select time_dim > (Table entity) as a input and output. > # Now got to sales_fact_monthly_mv entity and you will see new output (Please > find attached screenshot ) -- This message was sent by Atlassian JIRA (v6.4.14#64029)