You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2016/06/21 09:43:57 UTC

[jira] [Created] (ATLAS-928) UI is not showing the name column for hive tables in the schema tab

Hemanth Yamijala created ATLAS-928:
--------------------------------------

             Summary: UI is not showing the name column for hive tables in the schema tab
                 Key: ATLAS-928
                 URL: https://issues.apache.org/jira/browse/ATLAS-928
             Project: Atlas
          Issue Type: Bug
            Reporter: Hemanth Yamijala
            Priority: Critical


* Create a hive table from the hive hook.
* Search for it in the UI, and select the schema tab
* There is no name shown for the columns of the table (although all other attributes like comment, data type are present).

The same issue does not occur for quick_start Tables.

The reason seems to be that the UI is using the attributeDefinitions element in the return of the schema API to decide what columns to show. With ATLAS-819, the name attribute was made a common attribute via a supertype for assets like hive tables. The Schema API does not return the super type attributes in the attributeDefinitions. Hence, even though the response of the schema API contains the name attribute, because it is missing from the attributeDefinitions, it is not picked up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)