HBASE-23030 Update completebulkload hadoop jar usage in related doc (#630)

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Joey 2019-09-18 00:39:23 +08:00 committed by Michael Stack
parent 0dbae8f0e1
commit fe74e6e3ac
1 changed files with 1 additions and 1 deletions

View File

@ -2462,7 +2462,7 @@ This process is not optimally efficient, so users should take care to minimize t
[[arch.bulk.load.complete.help]]
[source,bash]
----
$ hadoop jar hbase-server-VERSION.jar completebulkload [-c /path/to/hbase/config/hbase-site.xml] /user/todd/myoutput mytable
$ hadoop jar hbase-mapreduce-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).