hbase 命令行
查看100行數(shù)據(jù)
scan 'table', {LIMIT=>100}查看某個(gè)key下的字段
get 'table', 'rowkey' get 'table', 'rowkey', {COLUMNS=>'f:name', LIMIT=>10}模糊查詢
scan 'table', FILTER=>"RowFilter(=,'substring:123')" # 查詢包含123 scan 'table', FILTER=>"RowFilter(<=,'binary:012345')"查詢hbase表有多少行
count 'table name',INTERVAL => 5000000,CACHE => 5000000ref
https://blog.csdn.net/qq_27078095/article/details/56482010
總結(jié)
- 上一篇: NLP 工具
- 下一篇: Recom Airbnb embeddi