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.