Skip to content

Commit

Permalink
HBASE-23030 Update completebulkload hadoop jar usage in related doc (#…
Browse files Browse the repository at this point in the history
…630)

Signed-off-by: stack <[email protected]>
  • Loading branch information
Joey authored and saintstack committed Sep 17, 2019
1 parent 0dbae8f commit fe74e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fe74e6e

Please sign in to comment.