stack created HBASE-20573:
-----------------------------
Summary: Add to prefix-tree removal section in upgrade doc, how to
undo dependency before upgrade
Key: HBASE-20573
URL: https://issues.apache.org/jira/browse/HBASE-20573
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: stack
Fix For: 2.0.1
Add a note to upgrade section that user has to undo dependency on prefix-tree
before they upgrade to hbase2.
To get over prefix-encoding, you need to do the below before upgrade (From
[~appy])
1. Change the encoding to something other than PREFIX_TREE and which is
supported by hbase2
2. Major ompact the tables which were changed so they are rewritten into the
new encoding.
3. Retry upgrade
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)