HBASE-23030 Update completebulkload hadoop jar usage in related doc (#630)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
0dbae8f0e1
commit
fe74e6e3ac
|
@ -2462,7 +2462,7 @@ This process is not optimally efficient, so users should take care to minimize t
|
||||||
[[arch.bulk.load.complete.help]]
|
[[arch.bulk.load.complete.help]]
|
||||||
[source,bash]
|
[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).
|
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).
|
||||||
|
|
Loading…
Reference in New Issue