[
https://issues.apache.org/jira/browse/HBASE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293046#comment-14293046
]
stack commented on HBASE-4368:
------------------------------
I installed the patch but I see nothing in the general help listing. Should I?
{code}
hbase(main):010:0* help
HBase Shell, version 2.0.0-SNAPSHOT, raaeafca9206341761094b1bcd27580f3978356bb,
Mon Jan 26 22:27:55 PST 2015
Type 'help "COMMAND"', (e.g. 'help "get"' -- the quotes are necessary) for help
on a specific command.
Commands are grouped. Type 'help "COMMAND_GROUP"', (e.g. 'help "general"') for
help on a command group.
COMMAND GROUPS:
Group name: general
Commands: processlist, status, table_help, version, whoami
Group name: ddl
Commands: alter, alter_async, alter_status, create, describe, disable,
disable_all, drop, drop_all, enable, enable_all, exists, get_table,
is_disabled, is_enabled, list, show_filters
Group name: namespace
Commands: alter_namespace, create_namespace, describe_namespace,
drop_namespace, list_namespace, list_namespace_tables
Group name: dml
Commands: append, count, delete, deleteall, get, get_counter, incr, put,
scan, truncate, truncate_preserve
Group name: tools
Commands: assign, balance_switch, balancer, catalogjanitor_enabled,
catalogjanitor_run, catalogjanitor_switch, close_region, compact, compact_rs,
flush, major_compact, merge_region, move, split, trace, unassign, wal_roll,
zk_dump
Group name: replication
Commands: add_peer, append_peer_tableCFs, disable_peer, enable_peer,
list_peers, list_replicated_tables, remove_peer, remove_peer_tableCFs,
set_peer_tableCFs, show_peer_tableCFs
Group name: snapshots
Commands: clone_snapshot, delete_all_snapshot, delete_snapshot,
list_snapshots, restore_snapshot, snapshot
Group name: configuration
Commands: update_all_config, update_config
Group name: quotas
Commands: list_quotas, set_quota
Group name: security
Commands: grant, revoke, user_permission
Group name: visibility labels
Commands: add_labels, clear_auths, get_auths, list_labels, set_auths,
set_visibility
{code}
I tried tasksOnHost... that don't work either. Am I doing it wrong?
> Expose processlist in shell (per regionserver and perhaps by cluster)
> ---------------------------------------------------------------------
>
> Key: HBASE-4368
> URL: https://issues.apache.org/jira/browse/HBASE-4368
> Project: HBase
> Issue Type: Task
> Components: shell
> Reporter: stack
> Assignee: Talat UYARER
> Labels: beginner
> Attachments: HBASE-4368.patch, HBASE-4368v2-withunittest.patch,
> HBASE-4368v2.patch, HBASE-4368v3.patch
>
>
> HBASE-4057 adds processlist and it shows in the RS UI. This issue is about
> getting the processlist to show in the shell, like it does in mysql.
> Labelling it noob; this is a pretty substantial issue but it shouldn't be too
> hard -- it'd mostly be plumbing from RS into the shell.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)