You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/27 22:19:41 UTC

[jira] [Created] (HBASE-10426) user_permission in security.rb calls non-existent UserPermission#getTable method

Ted Yu created HBASE-10426:
------------------------------

             Summary: 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


In user mailing list, Alex reported this error:
{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)