You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/08 23:55:04 UTC

[jira] [Resolved] (HBASE-1989) HBaseAdmin (et al.) not accurate with Column vs. Column-Family usage

     [ https://issues.apache.org/jira/browse/HBASE-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1989.
-----------------------------------

    Resolution: Won't Fix
      Assignee:     (was: stack)

Stale issue. Reopen if still relevant (if there's new activity)

> HBaseAdmin (et al.) not accurate with Column vs. Column-Family usage
> --------------------------------------------------------------------
>
>                 Key: HBASE-1989
>                 URL: https://issues.apache.org/jira/browse/HBASE-1989
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.20.1, 0.90.1
>            Reporter: Doug Meil
>            Priority: Minor
>         Attachments: hbase1989.patch
>
>
> Consider the classes HBaseAdmin and HColumnDescriptor.
> HColumnDescriptor is really referring to a "column family" and not a "column" (i.e., family:qualifer).
> Likewise, in HBaseAdmin there is a method called "addColumn" that takes an HColumnDescriptor instance.
> I labeled this a bug in the sense that it produces conceptual confusion because there is a big difference between a column and column-family in HBase and these terms should be used consistently.  The code works, though.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)