[
https://issues.apache.org/jira/browse/HBASE-19467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284390#comment-16284390
]
Andrew Purtell edited comment on HBASE-19467 at 12/8/17 11:13 PM:
------------------------------------------------------------------
Manually verified change:
{noformat}
$ ./bin/hbase shell
HBase Shell
Use "help" to get list of supported commands.
Use "exit" to quit this interactive shell.
Version 1.4.0, r8a8082375e6dd4a2387c8b4c8e9f777eccd5edd6, Fri Dec 8 15:07:44
PST 2017
hbase(main):001:0> list_rsgroups
GROUPS
default
1 row(s) in 0.1470 seconds
hbase(main):002:0> get_rsgroup 'default'
GROUP INFORMATION
Servers:
apurtell-ltm4.internal.salesforce.com:57021
Tables:
hbase:meta
hbase:acl
hbase:namespace
hbase:rsgroup
1 row(s) in 0.0190 seconds
hbase(main):003:0> get_server_rsgroup 'localhost:57021'
default
1 row(s) in 0.0160 seconds
hbase(main):004:0> get_table_rsgroup 'hbase:meta'
default
1 row(s) in 0.0090 seconds
{noformat}
was (Author: apurtell):
Manually verified change:
{noformat}
$ ./bin/hbase shell
HBase Shell
Use "help" to get list of supported commands.
Use "exit" to quit this interactive shell.
Version 1.4.0, r8a8082375e6dd4a2387c8b4c8e9f777eccd5edd6, Fri Dec 8 15:07:44
PST 2017
hbase(main):001:0> list_rsgroups
GROUPS
default
1 row(s) in 0.1470 seconds
hbase(main):002:0> get_rsgroup 'default'
GROUP INFORMATION
Servers:
apurtell-ltm4.internal.salesforce.com:57021
Tables:
hbase:meta
hbase:acl
hbase:namespace
hbase:rsgroup
1 row(s) in 0.0190 seconds
{noformat}
> rsgroups shell commands don't properly display elapsed time
> -----------------------------------------------------------
>
> Key: HBASE-19467
> URL: https://issues.apache.org/jira/browse/HBASE-19467
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Trivial
> Fix For: 1.4.0
>
> Attachments: HBASE-19467-branch-1.patch
>
>
> hbase(main):001:0> list_rsgroups
> GROUPS
> default
> 1 row(s) in 1512748253.9920 seconds
> hbase(main):002:0> add_rsgroup 'my_group'
> hbase(main):003:0> list_rsgroups
> GROUPS
> default
> my_group
> 2 row(s) in 1512748276.9400 seconds
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)