You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Karthik Palanisamy (Jira)" <ji...@apache.org> on 2019/10/10 05:24:00 UTC

[jira] [Created] (HBASE-23144) Compact_rs throw wrong number of arguments

Karthik Palanisamy created HBASE-23144:
------------------------------------------

             Summary: Compact_rs throw wrong number of arguments 
                 Key: HBASE-23144
                 URL: https://issues.apache.org/jira/browse/HBASE-23144
             Project: HBase
          Issue Type: Bug
          Components: shell
    Affects Versions: 3.0.0
            Reporter: Karthik Palanisamy
            Assignee: Karthik Palanisamy


Compact_rs command will call *Admin#compactRegionServer(ServerName, boolean)* but this is deprecated method and removed as part of [HBASE-22002|[https://issues.apache.org/jira/browse/HBASE-22002]]. **

 

 
{code:java}
hbase(main):001:0> compact_rs 'apache303.openstacklocal,16020,1570582044449'
ERROR: wrong number of arguments (2 for 1)
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)