[
https://issues.apache.org/jira/browse/HBASE-10426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883354#comment-13883354
]
Ted Yu commented on HBASE-10426:
--------------------------------
I used the following command but didn't see such method:
{code}
grep getNameAsString
hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/*
{code}
> user_permission in security.rb calls non-existent UserPermission#getTable
> method
> --------------------------------------------------------------------------------
>
> Key: HBASE-10426
> URL: https://issues.apache.org/jira/browse/HBASE-10426
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10426-v1.txt
>
>
> In user mailing list, Alex reported this error under the thread
> "user_permission error - undefined method 'getTable'":
> {code}
> hbase(main):010:0> create 'foo','bar'
> 0 row(s) in 0.5780 seconds
> => Hbase::Table - foo
> hbase(main):011:0> user_permission 'foo'
> User Table,Family,Qualifier:Permission
> *ERROR: undefined method `getTable' for
> #<Java::OrgApacheHadoopHbaseSecurityAccess::UserPermission:0x5d22005a>*
> {code}
> UserPermission#getTable method doesn't exist
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)