[
https://issues.apache.org/jira/browse/HBASE-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693243#comment-14693243
]
Enis Soztutar commented on HBASE-14203:
---------------------------------------
bq. Can i create HbaseAdmin instance in ConnectionImplementation constructor,
and return this instance when call Connection.getAdmin()
The contract for Connection.getAdmin() implies a new Admin is created which is
then closed by the caller.
I would pursue the static methods approach if you ask me.
> remove duplicate code getTableDescriptor in HTable
> --------------------------------------------------
>
> Key: HBASE-14203
> URL: https://issues.apache.org/jira/browse/HBASE-14203
> Project: HBase
> Issue Type: Improvement
> Reporter: Heng Chen
> Priority: Trivial
> Attachments: HBASE-14203.patch, HBASE-14203_v2.patch,
> HBASE-14203_v3.patch
>
>
> As TODO in comment said,
> {{HTable.getTableDescriptor}} is same as {{HAdmin.getTableDescriptor}}.
> remove the duplicate code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)