欢迎投稿

今日深度:

hbase shell执行命令的方式,hbaseshell执行命令

hbase shell执行命令的方式,hbaseshell执行命令


一、

[plain] view plain copy
  1. echo "scan 'ns_monitor:t_monitor_io',{LIMIT=>1}" | hbase shell  
  2.   
  3. 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/27562.html NewsArticle hbase shell执行命令的方式,hbaseshell执行命令 一、 [plain]  view plain  copy echo "scan 'ns_monitor:t_monitor_io',{LIMIT=1}" | hbase shell      echo "scan 'ns_monitor:t_monitor_io',{FILTER=\"PrefixFilter('2001-01-...
相关文章
    暂无相关文章
评论暂时关闭