PDavid commented on code in PR #6493: URL: https://github.com/apache/hbase/pull/6493#discussion_r1870850585
########## src/main/asciidoc/_chapters/upgrading.adoc: ########## @@ -601,10 +601,10 @@ The HBase shell command relies on a bundled JRuby instance. This bundled JRuby b The HBase shell command now ignores the '--return-values' flag that was present in early HBase 1.4 releases. Instead the shell always behaves as though that flag were passed. If you wish to avoid having expression results printed in the console you should alter your IRB configuration as noted in the section <<irbrc>>. -[[upgrade2.0.coprocessors]] +[[upgrade2.0.coprocessors-changes]] .Coprocessor APIs have changed in HBase 2.0+ -All Coprocessor APIs have been refactored to improve supportability around binary API compatibility for future versions of HBase. If you or applications you rely on have custom HBase coprocessors, you should read link:https://issues.apache.org/jira/browse/HBASE-18169[the release notes for HBASE-18169] for details of changes you will need to make prior to upgrading to HBase 2.0+. Review Comment: To be completely honest the original wording sounded incorrect to me but now after I re-read it again, it makes sense. I'll revert this change. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
