Created
August 22, 2018 02:28
-
-
Save standbyme/da6e0c8ae982ea02b30f602537dbf511 to your computer and use it in GitHub Desktop.
HBase
This file contains 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):003:0> put 'alarm_mmdd','imeiTSE','r:stat','stat' | |
0 row(s) in 0.1400 seconds | |
hbase(main):004:0> put 'alarm_mmdd','imeiTSE','r:type','type' | |
0 row(s) in 0.0060 seconds | |
hbase(main):005:0> put 'alarm_mmdd','imeiTSE','r:viewed','viewed' | |
0 row(s) in 0.0020 seconds | |
hbase(main):006:0> put 'alarm_mmdd','imeiTSE','r:record','record' | |
0 row(s) in 0.0030 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment