Created
February 25, 2018 08:26
-
-
Save vithalsamp/d53494fc848dfecb142d223640a486ec 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):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