[
https://issues.apache.org/jira/browse/HBASE-22834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Hentschel resolved HBASE-22834.
-----------------------------------
Fix Version/s: 3.0.0
Release Note: (was: The following methods were removed from
HBaseTestingUtility (due to HBASE-13893, HBASE-19410 & HBASE-19841):
createLocalHTU(): Use #HBaseTestingUtility() instead.
createLocalHTU(Configuration): Use #HBaseTestingUtility(Configuration) instead.
createTableDescriptor(String, int, int, int, KeepDeletedCells): Use
#createTableDescriptor(TableName, int, int, int, KeepDeletedCells) instead.
createTableDescriptor(String): Use #createTableDescriptor(TableName, int, int,
int, KeepDeletedCells) instead.
createLocalHRegion(byte[], byte[], byte[], String, Configuration, boolean,
Durability, WAL, byte[]...): Use #createLocalHRegion(TableName, byte[],
byte[], boolean, Durability, WAL, byte[]...) instead.)
Resolution: Fixed
All sub-tasked are resolved.
> Remove deprecated methods from HBaseTestingUtility
> --------------------------------------------------
>
> Key: HBASE-22834
> URL: https://issues.apache.org/jira/browse/HBASE-22834
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Minor
> Fix For: 3.0.0
>
>
> {{HBaseTestingUtility}} has some deprecated methods, which should be removed
> for 3.0.0.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)