You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Srikanth Srungarapu (JIRA)" <ji...@apache.org> on 2015/04/09 08:06:12 UTC

[jira] [Updated] (HBASE-13436) Include user name in ADE for scans

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

Srikanth Srungarapu updated HBASE-13436:
----------------------------------------
    Attachment: HBASE-13436.patch

With patch, error message will be like:
{code}
ERROR: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions (user=test, table=test, action=READ)
{code}

> Include user name in ADE for scans
> ----------------------------------
>
>                 Key: HBASE-13436
>                 URL: https://issues.apache.org/jira/browse/HBASE-13436
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>         Attachments: HBASE-13436.patch
>
>
> Currently, we're not including user name in case of ADE for scans, whereas in case of other operations we're doing so. 
> {code}
> ERROR: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions (table=test, action=READ)
> {code}
> Got bumped into this internally. Helps during debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)