From 31044826da50844a26594f634661ba88f5a06a65 Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Thu, 12 Jan 2012 20:28:11 +0000 Subject: [PATCH] hbase-5188 - ops_mgt.xml added comments about configuring Scan caching for builtin utilities git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1230760 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/ops_mgt.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/docbkx/ops_mgt.xml b/src/docbkx/ops_mgt.xml index f93c9f20cfb..8beb87a4afb 100644 --- a/src/docbkx/ops_mgt.xml +++ b/src/docbkx/ops_mgt.xml @@ -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. +