Created
August 9, 2013 07:01
-
-
Save sankars/6191679 to your computer and use it in GitHub Desktop.
Bash to Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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