[
https://issues.apache.org/jira/browse/HBASE-20819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliot Miller updated HBASE-20819:
----------------------------------
Release Note: Remove HBase::Admin.hcd and HBase::Admin.update_htd_from_arg
from hbase-shell
Description:
HTableDescriptor is deprecated as of release 2.0.0, and will be removed in
3.0.0. This patch replaces all usages of HTableDescriptor and HColumnDescriptor
in the hbase-shell module so that HTableDescriptor can be removed.
There a few other consequences of this change:
* Ruby methods relating to HTableDescriptor and HColumnDescriptor have been
removed. This is noted in "Release Note" on this issue.
* We no longer import constants from HTableDescriptor and HColumnDescriptor
into the ruby HBaseConstants module. Instead, we import them from
ColumnFamilyDescriptorBuilder and TableDescriptorBuilder.
was:HTableDescriptor is deprecated as of release 2.0.0.
> Use TableDescriptor to replace HTableDescriptor in hbase-shell module
> ---------------------------------------------------------------------
>
> Key: HBASE-20819
> URL: https://issues.apache.org/jira/browse/HBASE-20819
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Affects Versions: 2.0.0
> Reporter: Xiaolin Ha
> Assignee: Elliot Miller
> Priority: Minor
> Attachments: HBASE-20819.branch-2.001.patch,
> HBASE-20819.branch-2.002.patch
>
>
> HTableDescriptor is deprecated as of release 2.0.0, and will be removed in
> 3.0.0. This patch replaces all usages of HTableDescriptor and
> HColumnDescriptor in the hbase-shell module so that HTableDescriptor can be
> removed.
> There a few other consequences of this change:
> * Ruby methods relating to HTableDescriptor and HColumnDescriptor have been
> removed. This is noted in "Release Note" on this issue.
> * We no longer import constants from HTableDescriptor and HColumnDescriptor
> into the ruby HBaseConstants module. Instead, we import them from
> ColumnFamilyDescriptorBuilder and TableDescriptorBuilder.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)