Changes between Version 4 and Version 5 of hbasecommand


Ignore:
Timestamp:
09/12/2012 09:19:31 AM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hbasecommand

    v4 v5  
    231231enable 'ad2_report_base' 
    232232}}} 
     233 
     234 
     235 
     236---- 
     237 
     238涉及MapReduce命令 
     239 
     240* 使用mapreduce统计表的数量,速度比count命令快很多 
     241{{{ 
     242$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter <tablename> [<column1> <column2>...] 
     243}}} 
     244 
     245 
     246* bulkload入库 
     247 
     248{{{ 
     249$ bin/hbase org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles <hdfs://storefileoutput> <tablename> 
     250}}}