[
https://issues.apache.org/jira/browse/HBASE-20819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147002#comment-17147002
]
Hudson commented on HBASE-20819:
--------------------------------
Results for branch master
[build #1770 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1770/]: (/)
*{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1770/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1600//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1770/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1770/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> 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
> Fix For: 3.0.0-alpha-1
>
> Attachments: HBASE-20819.branch-2.001.patch,
> HBASE-20819.branch-2.002.patch,
> HBaseConstants-b5563432922268c7a16deacbb51bfba89c0a2aba.txt,
> HBaseConstants-cf2aa593e590133b0c76d3723b4074b28b55dcc9.txt,
> HBaseConstants-diff.txt
>
>
> 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)