Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 08:26
Show Gist options
  • Save vithalsamp/d53494fc848dfecb142d223640a486ec to your computer and use it in GitHub Desktop.
Save vithalsamp/d53494fc848dfecb142d223640a486ec to your computer and use it in GitHub Desktop.
hbase(main):019:0> scan 'test:personal'
ROW COLUMN+CELL
1 column=personal_data:age, timestamp=1517381138957, value=25
1 column=personal_data:city, timestamp=1517381134473, value=Bengaluru
1 column=personal_data:name, timestamp=1517381128393, value=Ram
1 row(s) in 0.0260 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment