From 019f55736c4f414a3a896dd3b8ad1c205e26a1cd Mon Sep 17 00:00:00 2001 From: Xu Cang Date: Sat, 2 Jun 2018 02:47:20 -0700 Subject: [PATCH] HBASE-20663 fix doc link --- src/main/asciidoc/_chapters/upgrading.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/upgrading.adoc b/src/main/asciidoc/_chapters/upgrading.adoc index 6f0405d..f2be2d9 100644 --- a/src/main/asciidoc/_chapters/upgrading.adoc +++ b/src/main/asciidoc/_chapters/upgrading.adoc @@ -518,7 +518,6 @@ 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 <>. -[[upgrade2.0.coprocessors]] .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+. -- 2.7.4