Skip to content

Instantly share code, notes, and snippets.

@sankars
Created August 9, 2013 07:01
Show Gist options
  • Select an option

  • Save sankars/6191679 to your computer and use it in GitHub Desktop.

Select an option

Save sankars/6191679 to your computer and use it in GitHub Desktop.
Bash to Shell
## execute hbase commands from bash
echo list | hbase shell
echo list \'1012\' | hbase shell
## View contents of HFile
hbase org.apache.hadoop.hbase.io.hfile.HFile ## For help
hbase hfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment