美文网首页我爱编程
hbase统计表行数

hbase统计表行数

作者: xiaoyushidai | 来源:发表于2017-01-03 10:43 被阅读0次

    MapReduce

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

    hbase shell

    count 'tablename',INTERVAL => 5000
    

    相关文章

      网友评论

        本文标题:hbase统计表行数

        本文链接:https://www.haomeiwen.com/subject/hhwgvttx.html