You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kaspar (JIRA)" <ji...@apache.org> on 2015/07/10 13:51:04 UTC

[jira] [Created] (ATLAS-62) Consolidate type names

David Kaspar created ATLAS-62:
---------------------------------

             Summary: 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)