You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ramesh Mani (JIRA)" <ji...@apache.org> on 2018/02/15 18:57:00 UTC

[jira] [Created] (ATLAS-2450) HBase Atlas Hook: Wrong creating time of NameSpace if they are create before enabling HBase hook

Ramesh Mani created ATLAS-2450:
----------------------------------

             Summary: HBase Atlas Hook: Wrong creating time of NameSpace if they are create before enabling HBase hook
                 Key: ATLAS-2450
                 URL: https://issues.apache.org/jira/browse/ATLAS-2450
             Project: Atlas
          Issue Type: Bug
          Components: atlas-intg
    Affects Versions: 0.8.2, trunk
            Reporter: Ramesh Mani


HBase Atlas Hook: Wrong creating time of NameSpace if they are create before enabling HBase hook.

1) create namespace before enabling HBase Hook.

2) Enable HBase Hook

3) create the table on the same namespace.

In these steps, propagation of namespace happens only when a table is added to the namespace and during this time the create operation is create_table and not namespace and hence the namespace never gets updated resulting in this issue.

 



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