Created
February 25, 2018 08:00
-
-
Save vithalsamp/15f6a8b9c9ec15185e3b17878a7250c9 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):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