Index: src/docbkx/ops_mgt.xml =================================================================== --- src/docbkx/ops_mgt.xml (revision 1324735) +++ src/docbkx/ops_mgt.xml (working copy) @@ -135,6 +135,13 @@ +
+ ImportTsv + Import is a utility that will load data in TSV format into HBase. Invoke via: +$ bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.columns=a,b,c <tablename> <inputdir> + + +
RowCounter RowCounter is a utility that will count all the rows of a table. This is a good utility to use