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
This commit is contained in:
Michael Stack 2011-04-25 15:41:12 +00:00
parent 636ef62116
commit 764a305cac
1 changed files with 5 additions and 1 deletions

View File

@ -117,7 +117,11 @@ Other options that may be specified with -D include:
The <code>completebulkload</code> tool simply takes the same output path where The <code>completebulkload</code> tool simply takes the same output path where
<code>importtsv</code> put its results, and the table name. For example: <code>importtsv</code> put its results, and the table name. For example:
</p> </p>
<code>$ hadoop jar hbase-VERSION.jar completebulkload /user/todd/myoutput mytable</code> <code>$ hadoop jar hbase-VERSION.jar completebulkload [-c /path/to/hbase/config/hbase-site.xml] /user/todd/myoutput mytable</code>
<p>The <code>-c config-file</code> 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).
<p> <p>
This tool will run quickly, after which point the new data will be visible in This tool will run quickly, after which point the new data will be visible in
the cluster. the cluster.