Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 36624 invoked from network); 31 Mar 2011 15:08:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 15:08:44 -0000 Received: (qmail 6508 invoked by uid 500); 31 Mar 2011 15:08:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6456 invoked by uid 500); 31 Mar 2011 15:08:43 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 6300 invoked by uid 99); 31 Mar 2011 15:08:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 15:08:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 15:08:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C5C778CBAB for ; Thu, 31 Mar 2011 15:08:05 +0000 (UTC) Date: Thu, 31 Mar 2011 15:08:05 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <42238641.24478.1301584085806.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-1989) HBaseAdmin (et al.) not accurate with Column vs. Column-Family usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-1989: ------------------------- Affects Version/s: 0.90.1 Status: Patch Available (was: Open) Marking as patch available. Has work started by LarsF. > 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.90.1, 0.20.1 > Reporter: Doug Meil > Assignee: stack > 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 is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira