You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/08/12 22:48:15 UTC

[jira] [Resolved] (HBASE-5841) hbase shell translate_hbase_exceptions() rely on table name as first argument

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

Sean Busbey resolved HBASE-5841.
--------------------------------

    Resolution: Duplicate

Fixed by HBASE-10533

> hbase shell translate_hbase_exceptions() rely on table name as first argument
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-5841
>                 URL: https://issues.apache.org/jira/browse/HBASE-5841
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.92.1, 0.94.0, 0.95.2
>            Reporter: Matteo Bertozzi
>              Labels: shell
>
> shell/commands.rb translate_hbase_exceptions() rely on the fact that the table name is the first argument.
> This is true for many of the commands but for example:
>  - grant(user, rights, table_name, family=nil, qualifier=nil
>  - revoke(user, table_name, family=nil, qualifier=nil)
> has user as first argument, so if you specify a table that doesn't exists, or where you don't have access you end up with a message like "Unknown table {username}" and so on...



--
This message was sent by Atlassian JIRA
(v6.2#6252)