Skip to content
Zhamri Che Ani edited this page Nov 7, 2023 · 5 revisions

Starting HBase Shell

% hbase shell

General Commands

status - Provides the status of HBase, for example, the number of servers.

version - Provides the version of HBase being used.

table_help - Provides help for table-reference commands.

whoami - Provides information about the user.

Example

hbase> help (Get a list of commands)
hbase> help "create"
hbase> help "drop"

References:

  1. https://www.javatpoint.com/hbase-commands

Clone this wiki locally