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

[jira] [Comment Edited] (HBASE-21768) list_quota_table_sizes/list_quota_snapshots should print human readable values for size

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

Nihal Jain edited comment on HBASE-21768 at 2/21/19 6:28 AM:
-------------------------------------------------------------

[~xu qinya] Could you please add some tests?

Also, to keep things consistent, a follow up work could be to add the parameter for 'list_quotas'. See -HBASE-21631.
 Or may be the same can be handled in this JIRA? WDYT [~xucang]?


was (Author: nihaljain.cs):
[~xu qinya] Could you please add some tests?

Also, to keep things consistent, a follow up work could be to add the parameter for 'list_quotas'. See HBASE-21631

> list_quota_table_sizes/list_quota_snapshots should print human readable values for size
> ---------------------------------------------------------------------------------------
>
>                 Key: HBASE-21768
>                 URL: https://issues.apache.org/jira/browse/HBASE-21768
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>            Reporter: xuqinya
>            Assignee: xuqinya
>            Priority: Minor
>         Attachments: HBASE-21768.master.0001.patch, HBASE-21768.master.0002.patch, HBASE-21768.master.0003.patch, HBASE-21768.master.0004.patch
>
>
> Using space quota, list_quota_table_sizes/list_quota_snapshots should print human readable values for size.
> {code:java}
> hbase(main):001:0> list_quota_table_sizes
> TABLE SIZE 
> TestTable 110399 
> t1 5211 
> hbase(main):002:0> list_quota_snapshots
> TABLE USAGE LIMIT IN_VIOLATION POLICY
> t1 5211 1073741824 false None
> {code}



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