Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 08:00
Show Gist options
  • Save vithalsamp/15f6a8b9c9ec15185e3b17878a7250c9 to your computer and use it in GitHub Desktop.
Save vithalsamp/15f6a8b9c9ec15185e3b17878a7250c9 to your computer and use it in GitHub Desktop.
hbase(main):017:0> scan 'personalnew',{VERSIONS=>4}
ROW COLUMN+CELL
1 column=personal_data:age, timestamp=1518070847422, value=25
1 column=personal_data:age, timestamp=1517381138957, value=25
1 column=personal_data:city, timestamp=1518070871233, value=USA
1 column=personal_data:city, timestamp=1517381134473, value=Bengaluru
1 column=personal_data:name, timestamp=1518070904715, value=Ram
1 column=personal_data:name, timestamp=1517381128393, value=Ram
1 row(s) in 0.0110 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment