You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mingliang Liu (Jira)" <ji...@apache.org> on 2019/11/14 09:58:00 UTC

[jira] [Updated] (HBASE-23290) shell processlist command is broken

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

Mingliang Liu updated HBASE-23290:
----------------------------------
    Attachment: HBASE-23290.000.patch
      Assignee: Mingliang Liu
        Status: Patch Available  (was: Open)

Passing each element of {{cell}} array as separate arguments, rather than the whole array as one argument.

 

 

> shell processlist command is broken
> -----------------------------------
>
>                 Key: HBASE-23290
>                 URL: https://issues.apache.org/jira/browse/HBASE-23290
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 2.2.2
>            Reporter: Michael Stack
>            Assignee: Mingliang Liu
>            Priority: Major
>         Attachments: HBASE-23290.000.patch
>
>
> {code}
> hbase(main):008:0> help 'processlist'
> Show regionserver task list.
>   hbase> processlist
>   hbase> processlist 'all'
>   hbase> processlist 'general'
>   hbase> processlist 'handler'
>   hbase> processlist 'rpc'
>   hbase> processlist 'operation'
>   hbase> processlist 'all','host187.example.com'
>   hbase> processlist 'all','host187.example.com,16020'
>   hbase> processlist 'all','host187.example.com,16020,1289493121758'
> hbase(main):009:0> processlist 'all'
> 3377 tasks as of: 2019-11-13 22:58:57
> ERROR: too few arguments
> For usage try 'help "processlist"'
> Took 2.2107 seconds
> {code}



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