You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/03/26 21:08:00 UTC

[jira] [Resolved] (ATLAS-2507) HBase hook for Atlas should have QualifiedName with ":" as suffix for Namespace instead of "."

     [ https://issues.apache.org/jira/browse/ATLAS-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj resolved ATLAS-2507.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8.3
                   1.0.0

Committed to following branches:
 - master: http://git-wip-us.apache.org/repos/asf/atlas/commit/c26e9bcd
 - branch-0.8: http://git-wip-us.apache.org/repos/asf/atlas/commit/8e1c6065

> HBase hook for Atlas should have QualifiedName with ":" as suffix for Namespace instead of "."
> ----------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-2507
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2507
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>            Reporter: Ramesh Mani
>            Assignee: Ramesh Mani
>            Priority: Critical
>             Fix For: 1.0.0, 0.8.3
>
>
> HBase hook for Atlas should have QualifiedName with ":" as suffix for Namespace instead of "."
> This is need as in HBase Namespace association with Table is marked with ":" with HBase and when Tag associated to Namespace / Table is propagated to Ranger, then Qualified name for Table / Column family should have "NAMESPACE:TABLE". 
> Currently it is in format "NAMESPACE.TABLE" in Atlas and this is send to Ranger.Policy is created for this 
> resource name. When HBase send Table with Namespace in the Ranger Authorization request, the format is "NAMESPACE:TABLE" and policy created with TAG is not effective because of this mismatch.



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