[
https://issues.apache.org/jira/browse/YARN-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16394857#comment-16394857
]
Rohith Sharma K S commented on YARN-8006:
-----------------------------------------
Going through HBase code base, TableDescriptor is interface and
HTableDescriptor implements TableDescriptor. Note that HTableDescriptor is
deprecated but it should still work for backward compatibility.
{code}
/**
* HTableDescriptor contains the details about an HBase table such as the
descriptors of
* all the column families, is the table a catalog table, <code> hbase:meta
</code>,
* if the table is read only, the maximum size of the memstore,
* when the region split should occur, coprocessors associated with it etc...
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
* Use {@link TableDescriptorBuilder} to build {@link
HTableDescriptor}.
*/
@Deprecated
@InterfaceAudience.Public
public class HTableDescriptor implements TableDescriptor,
Comparable<HTableDescriptor> {
{code}
> Make Hbase-2 profile as default for YARN-7055 branch
> ----------------------------------------------------
>
> Key: YARN-8006
> URL: https://issues.apache.org/jira/browse/YARN-8006
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Rohith Sharma K S
> Assignee: Rohith Sharma K S
> Priority: Major
> Attachments: YARN-8006-YARN-7055.001.patch,
> YARN-8006-YARN-8006.00.patch
>
>
> In last weekly call folks discussed that we should have separate branch with
> hbase-2 as profile by default. Trunk default profile is hbase-1 which runs
> all the tests under hbase-1 profile. But for hbase-2 profile tests are not
> running.
> As per the discussion, lets keep YARN-7055 branch for hbase-2 profile as
> default. Any server side patches can be given to this branch as well which
> runs tests for hbase-2 profile.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]