Ramesh Mani created ATLAS-2507:
----------------------------------
Summary: 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
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)