[
https://issues.apache.org/jira/browse/ATLAS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Venkatesh Seetharam resolved ATLAS-62.
--------------------------------------
Resolution: Invalid
> Consolidate type names
> ----------------------
>
> Key: ATLAS-62
> URL: https://issues.apache.org/jira/browse/ATLAS-62
> Project: Atlas
> Issue Type: Bug
> Reporter: David Kaspar
> Priority: Trivial
>
> A few source files in Atlas repository are using inconsistent type names.
> 1)
> Most of the sources are using hive_table and similar types.
> 2)
> webapp/src/main/java/org/apache/atlas/examples/QuickStart.java uses 'DB',
> 'Table', ... - I assume that this is going to be handled by ATLAS-22.
> 3)
> dashboard/v2/public/modules/search/views/search.html refers to 'Table, DB,
> Column'
> 4)
> The InstallationSteps.txt are stating:
> {code}
> curl -v http://localhost:21000/api/atlas/types
>
> {"list":["biginteger","short","byte","int","string","bigdecimal","boolean","date","double","long","float"],"requestId":"902580786@qtp-1479771328-0"}
> {code}
> but currently the Atlas metedata contains other types (Process, Dataset, ...).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)