Index: src/docbkx/ops_mgt.xml
===================================================================
--- src/docbkx/ops_mgt.xml (revision 1230716)
+++ src/docbkx/ops_mgt.xml (working copy)
@@ -70,7 +70,7 @@
wholesomeness of file by redirecting STDOUT to
/dev/null and testing the program return.
- Similarily you can force a split of a log file directory by
+ Similarly you can force a split of a log file directory by
doing: $ ./bin/hbase org.apache.hadoop.hbase.regionserver.wal.HLog --split hdfs://example.org:8020/hbase/.logs/example.org,60020,1283516293161/
@@ -109,6 +109,8 @@
--starttime=1265875194289 --endtime=1265878794289
--peer.adr=server1,server2,server3:2181:/hbase TestTable
+ Note: caching for the input Scan is configured via hbase.client.scanner.caching in the job configuration.
+
Export
@@ -116,6 +118,8 @@
$ bin/hbase org.apache.hadoop.hbase.mapreduce.Export <tablename> <outputdir> [<versions> [<starttime> [<endtime>]]]
+ Note: caching for the input Scan is configured via hbase.client.scanner.caching in the job configuration.
+
Import
@@ -131,6 +135,8 @@
$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter <tablename> [<column1> <column2>...]
+ Note: caching for the input Scan is configured via hbase.client.scanner.caching in the job configuration.
+