HBASE-20256 Document commands that do not work with 1.2 shell

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aed7834d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/aed7834d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/aed7834d

Branch: refs/heads/HBASE-19064
Commit: aed7834dd11f294e1d28ce9feed7362973fe8328
Parents: 87ab7e7
Author: Peter Somogyi <psomo...@apache.org>
Authored: Wed Mar 28 10:37:47 2018 +0200
Committer: Peter Somogyi <psomo...@apache.org>
Committed: Wed Apr 4 09:13:14 2018 +0200

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/upgrading.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/aed7834d/src/main/asciidoc/_chapters/upgrading.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/upgrading.adoc 
b/src/main/asciidoc/_chapters/upgrading.adoc
index acabf6c..38a67d4 100644
--- a/src/main/asciidoc/_chapters/upgrading.adoc
+++ b/src/main/asciidoc/_chapters/upgrading.adoc
@@ -446,6 +446,16 @@ The following permission related changes either altered 
semantics or defaults:
 
 A number of admin commands are known to not work when used from a pre-HBase 
2.0 client. This includes an HBase Shell that has the library jars from 
pre-HBase 2.0. You will need to plan for an outage of use of admin APIs and 
commands until you can also update to the needed client version.
 
+The following client operations do not work against HBase 2.0+ cluster when 
executed from a pre-HBase 2.0 client:
+
+* list_procedures
+* split
+* merge_region
+* list_quotas
+* enable_table_replication
+* disable_table_replication
+* Snapshot related commands
+
 .Deprecated in 1.0 admin commands have been removed.
 
 The following commands that were deprecated in 1.0 have been removed. Where 
applicable the replacement command is listed.

Reply via email to