[
https://issues.apache.org/jira/browse/HBASE-12083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HBASE-12083:
----------------------------------
Assignee: Enis Soztutar (was: Solomon Duskis)
Status: In Progress (was: Patch Available)
I've committed this with the javadoc change:
{code}
* HBaseAdmin is no longer a client API. It is marked InterfaceAudience.Private
indicating that
* this is an HBase-internal class as defined in
*
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/InterfaceClassification.html
* There are no guarantees for backwards source / binary compatibility and
methods or class can
* change or go away without deprecation.
* Use {@link Connection#getAdmin()} to obtain an instance of {@link Admin}
instead of constructing
* an HBaseAdmin directly.
{code}
Thanks Stack.
> Deprecate new HBaseAdmin() in favor of Connection.getAdmin()
> ------------------------------------------------------------
>
> Key: HBASE-12083
> URL: https://issues.apache.org/jira/browse/HBASE-12083
> Project: HBase
> Issue Type: Bug
> Reporter: Solomon Duskis
> Assignee: Enis Soztutar
> Priority: Critical
> Fix For: 2.0.0, 0.99.2
>
> Attachments: hbase-12083_v1.patch, hbase-12083_v2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)