[
https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-26081:
------------------------------
Hadoop Flags: Incompatible change,Reviewed
Release Note:
Copy HBaseCommonTestingUtility, HBaseZKTestingUtility, HBaseTestingUtility,
HBaseCluster, MiniHBaseCluster, StartMiniClusterOption to hbase-testing-util,
and mark them as Deprecated. They will be removed in 4.0.0. End users should
use TestingHBaseCluster for writing UTs in the future.
And in hbase-server and related modules, these classes are renamed.
HBaseCommonTestingUtility -> HBaseCommonTestingUtil
HBaseZKTestingUtility -> HBaseZKTestingUtil
HBaseTestingUtility -> HBaseTestingUtil
HBaseCluster -> HBaseClusterInterface
MiniHBaseCluster -> SingleProcessHBaseCluster
StartMiniClusterOption -> StartTestingClusterOption
And all these classes are marked as IA.LimitedPrivate("Phoenix"), and
IS.Evolving. Except Phoenix, other end users should not use them any more.
> Copy HBTU to hbase-testing-util, rename the HBTU related classes in
> hbase-server and mark them as IA.LimitedPrivate
> -------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-26081
> URL: https://issues.apache.org/jira/browse/HBASE-26081
> Project: HBase
> Issue Type: Sub-task
> Components: API, test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0-alpha-2
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)