统计表分区分布 echo “scan ‘hbase:meta’,{STARTROW=>’
table′,ENDROW=>′
table`’}” | hbase shell | grep “value=.*16020” | awk -F ‘[:=]’ ‘{id=NF-1;print $id}’ | sort | uniq -c查看hfile文件 hbase org.apache.hadoop.hbase.io.hfile.HFile -m -b -f 文件hdfs路径查看hlog日志 hbase hlog wal日志hdfs路径