You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xu Cang (JIRA)" <ji...@apache.org> on 2019/02/05 23:24:00 UTC

[jira] [Commented] (HBASE-21850) shell commands don't recognize meta region's full name

    [ https://issues.apache.org/jira/browse/HBASE-21850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761304#comment-16761304 ] 

Xu Cang commented on HBASE-21850:
---------------------------------

https://github.com/apache/hbase/blob/master/hbase-shell/src/main/ruby/shell/commands/move.rb#L35
The syntax here, it requires the_ encoded region name_. Are you suggesting to extend this to support more than that?

> shell commands don't recognize meta region's full name
> ------------------------------------------------------
>
>                 Key: HBASE-21850
>                 URL: https://issues.apache.org/jira/browse/HBASE-21850
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Sergey Shelukhin
>            Priority: Minor
>
> {noformat}
> hbase(main):001:0> move "hbase:meta,,1.1588230740", "server1"
> ERROR: Unknown region hbase:meta,,1.1588230740!
> For usage try 'help "move"'
> Took 1.1780 seconds
> hbase(main):003:0> move "1588230740", "server1"
> Took 84.3050 seconds
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)