Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Created October 25, 2017 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dineshsprabu/c0558c31495cd6a58a07bebff697bdce to your computer and use it in GitHub Desktop.
Save dineshsprabu/c0558c31495cd6a58a07bebff697bdce to your computer and use it in GitHub Desktop.
[HBase] HBase commands

HBase Commands

List of row keys.

count 'pio_event:events_1', { INTERVAL => 1 }

List tables.

list

Get all entries.

scan <table-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment