[
https://issues.apache.org/jira/browse/HBASE-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727578#comment-16727578
]
Hudson commented on HBASE-21631:
--------------------------------
Results for branch branch-2.1
[build #705 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/705/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/705//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/705//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/705//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> list_quotas should print human readable values for LIMIT
> --------------------------------------------------------
>
> Key: HBASE-21631
> URL: https://issues.apache.org/jira/browse/HBASE-21631
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Reporter: Sakthi
> Assignee: Sakthi
> Priority: Minor
> Fix For: 3.0.0, 2.2.0, 2.1.2, 2.0.4
>
> Attachments: hbase-21631.master.001.patch
>
>
> The list_quotas command should print human readable values for LIMIT. For
> e.g. In the below case, printing LIMIT => 3G is better than printing LIMIT =>
> 3221225472
> {noformat}
> hbase(main):006:0> set_quota TYPE => SPACE, TABLE => 't2', LIMIT => '3G',
> POLICY => NO_WRITES
> Took 0.0132 seconds
> hbase(main):007:0> list_quotas
> OWNER QUOTAS
> TABLE => t2 TYPE => SPACE, TABLE => t2, LIMIT =>
> 3221225472, VIOLATION_POLICY => NO_WRITES
> 1 row(s)
> Took 0.0281 seconds
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)