Created
September 6, 2010 22:36
-
-
Save spullara/567597 to your computer and use it in GitHub Desktop.
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
| hbase(main):013:0> get 'user', '' | |
| COLUMN CELL | |
| customer:i timestamp=1280510563836, value=\x00\x00\x00\x00\x00\x00\x00\x07 | |
| profile:i timestamp=1280512821564, value=\x00\x00\x00\x00\x00\x00\x00\x01 | |
| 2 row(s) in 0.0380 seconds | |
| hbase(main):014:0> get 'user', '', 'profile:s' | |
| COLUMN CELL | |
| profile:s timestamp=1283811422569, value=5275255d77aff6d360ffca08d56a1135ebe17f7269e7e48392216e7dac2ba1da | |
| 1 row(s) in 0.0360 seconds | |
| hbase(main):015:0> get 'user', '1', 'profile:s' | |
| COLUMN CELL | |
| profile:s timestamp=1283811422569, value=5275255d77aff6d360ffca08d56a1135ebe17f7269e7e48392216e7dac2ba1da | |
| 1 row(s) in 0.0490 seconds | |
| hbase(main):016:0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment