2017-02-16 5 views

答えて

0

ただ、HBaseのドキュメントへの行の検索数のHDFS

hdfs dfs -du -h /hbase/data/<UserName> 

上の表のディレクトリにあるHDFS上に存在

count 'tablename', INTERVAL => 100000 
0

データ

hdfs dfs -ls /hbase/data/ 

サイズを見ます特定のテーブル

hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'tableName' 

counter can be verified from 
org.apache.hadoop.hbase.mapreduce.RowCounter$RowCounterMapper$Counters 

OR counter from the Hbase shell 
hbase(main):001:0> count 'tablename' 
関連する問題