From 764a305cac317e7689f34a051df6c779be9ec0c4 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 25 Apr 2011 15:41:12 +0000 Subject: [PATCH] Addition suggested by Julio Lopez up on mailing list git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096501 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/bulk-loads.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/bulk-loads.xml b/src/site/xdoc/bulk-loads.xml index 885bccc6deb..0514ff6d9c1 100644 --- a/src/site/xdoc/bulk-loads.xml +++ b/src/site/xdoc/bulk-loads.xml @@ -117,7 +117,11 @@ Other options that may be specified with -D include: The completebulkload tool simply takes the same output path where importtsv put its results, and the table name. For example:

- $ hadoop jar hbase-VERSION.jar completebulkload /user/todd/myoutput mytable + $ hadoop jar hbase-VERSION.jar completebulkload [-c /path/to/hbase/config/hbase-site.xml] /user/todd/myoutput mytable +

The -c config-file option can be used to specify a file containing the + appropriate hbase parameters (e.g., hbase-site.xml) if not supplied already on + the CLASSPATH (In addition, the CLASSPATH must contain the directory that has + the zookeeper configuration file if zookeeper is NOT managed by HBase).

This tool will run quickly, after which point the new data will be visible in the cluster.