Skip to content

Instantly share code, notes, and snippets.

@spullara
Created September 6, 2010 22:36
Show Gist options
  • Select an option

  • Save spullara/567597 to your computer and use it in GitHub Desktop.

Select an option

Save spullara/567597 to your computer and use it in GitHub Desktop.
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