[
https://issues.apache.org/jira/browse/HBASE-10879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956047#comment-13956047
]
Anoop Sam John commented on HBASE-10879:
----------------------------------------
nit
{code}
+ * @param t namespace name
+ * @throws ServiceException
+ */
+ public static List<UserPermission> getUserPermissions(
+ AccessControlService.BlockingInterface protocol,
+ byte[] namespace) throws ServiceException {
{code}
Pls correct the javadoc
> user_permission shell command on namespace doesn't work
> -------------------------------------------------------
>
> Key: HBASE-10879
> URL: https://issues.apache.org/jira/browse/HBASE-10879
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10879-v1.txt
>
>
> Currently user_permission command on namespace, e.g.
> {code}
> user_permission '@ns'
> {code}
> would result in the following exception:
> {code}
> Exception `NameError' at /usr/lib/hbase/lib/ruby/hbase/security.rb:170 - no
> method 'getUserPermissions' for arguments
> (org.apache.hadoop.hbase.protobuf.generated.
> AccessControlProtos.AccessControlService.BlockingStub,org.jruby.java.proxies.ArrayJavaProxy)
> on Java::OrgApacheHadoopHbaseProtobuf::ProtobufUtil
> ERROR: no method 'getUserPermissions' for arguments
> (org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingStub,org.jruby.java.
> proxies.ArrayJavaProxy) on
> Java::OrgApacheHadoopHbaseProtobuf::ProtobufUtil
> Backtrace: /usr/lib/hbase/lib/ruby/hbase/security.rb:170:in `user_permission'
> /usr/lib/hbase/lib/ruby/shell/commands/user_permission.rb:39:in
> `command'
> org/jruby/RubyKernel.java:2109:in `send'
> /usr/lib/hbase/lib/ruby/shell/commands.rb:34:in `command_safe'
> /usr/lib/hbase/lib/ruby/shell/commands.rb:91:in
> `translate_hbase_exceptions'
> /usr/lib/hbase/lib/ruby/shell/commands.rb:34:in `command_safe'
> /usr/lib/hbase/lib/ruby/shell.rb:127:in `internal_command'
> /usr/lib/hbase/lib/ruby/shell.rb:119:in `command'
> (eval):2:in `user_permission'
> (hbase):1:in `evaluate'
> org/jruby/RubyKernel.java:1112:in `eval'
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)