You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chinmay Kulkarni (JIRA)" <ji...@apache.org> on 2019/05/07 21:08:00 UTC

[jira] [Commented] (HBASE-22377) Provide HBaseAdmin API to check the existence of a namespace, which does not require ADMIN permissions

    [ https://issues.apache.org/jira/browse/HBASE-22377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835117#comment-16835117 ] 

Chinmay Kulkarni commented on HBASE-22377:
------------------------------------------

FYI [~apurtell]

> Provide HBaseAdmin API to check the existence of a namespace, which does not require ADMIN permissions
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-22377
>                 URL: https://issues.apache.org/jira/browse/HBASE-22377
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Chinmay Kulkarni
>            Priority: Major
>
> Currently, to check the existence of a namespace, clients can use HBaseAdmin#getNamespaceDescriptor. eEventually on the server-side, this calls AccessController#preGetNamespaceDescriptor which tries to acquire ADMIN permissions for that namespace.
> We should have an API for clients to be able to check the existence of a namespace, without necessarily obtaining the namespace descriptor. Such an API would not require ADMIN permissions.



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