欢迎投稿

今日深度:

HBase执行命令方法总结,hbase执行命令总结

HBase执行命令方法总结,hbase执行命令总结



一、

echo "scan 'ns_monitor:t_monitor_io',{LIMIT=>1}" | hbase shell

echo "scan 'ns_monitor:t_monitor_io',{FILTER=>\"PrefixFilter('2001-01-01|192.168.16.123|io_r_s')\"}" | hbase shell

二、

hbase shell ./hbaseShell.txt 


cat ./hbaseShell.txt

list
scan 'ns_monitor:t_monitor_io',{LIMIT=>1}
exit


www.htsjk.Com true http://www.htsjk.com/hbase/30408.html NewsArticle HBase执行命令方法总结,hbase执行命令总结 一、 echo "scan 'ns_monitor:t_monitor_io',{LIMIT=1}" | hbase shellecho "scan 'ns_monitor:t_monitor_io',{FILTER=\"PrefixFilter('2001-01-01|192.168.16.123|io_r_s')\"}" | hbase shell 二、...
相关文章
    暂无相关文章
评论暂时关闭