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: [email protected] With regards, Apache Git Services
