You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/16 17:51:55 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #630: HBASE-23030 Update completebulkload hadoop jar usage in related doc

saintstack commented on a change in pull request #630: HBASE-23030 Update completebulkload hadoop jar usage in related doc
URL: https://github.com/apache/hbase/pull/630#discussion_r324805401
 
 

 ##########
 File path: src/main/asciidoc/_chapters/architecture.adoc
 ##########
 @@ -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
 
 Review comment:
   Is this right? I see that the BulkLoadHFiles*.java are in hbase-server module.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services