Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 52085 invoked from network); 19 Feb 2008 00:21:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 00:21:04 -0000 Received: (qmail 41594 invoked by uid 500); 19 Feb 2008 00:20:59 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 41570 invoked by uid 500); 19 Feb 2008 00:20:58 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 41561 invoked by uid 99); 19 Feb 2008 00:20:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 16:20:58 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 00:20:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2B59234C048 for ; Mon, 18 Feb 2008 16:20:34 -0800 (PST) Message-ID: <2117914586.1203380434662.JavaMail.jira@brutus> Date: Mon, 18 Feb 2008 16:20:34 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-441) Can not create table with the column family "count" In-Reply-To: <19074801.1202805069634.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570060#action_12570060 ] Bryan Duxbury commented on HBASE-441: ------------------------------------- You can in fact create tables with column families that conflict with HQL tokens merely by enclosing the name in double or single quotes. > Can not create table with the column family "count" > --------------------------------------------------- > > Key: HBASE-441 > URL: https://issues.apache.org/jira/browse/HBASE-441 > Project: Hadoop HBase > Issue Type: Bug > Components: hql > Reporter: Billy Pearson > Assignee: Bryan Duxbury > Priority: Minor > Fix For: 0.2.0 > > > this does not create a table > {code} > create table tablex (count max_versions=1 compression=block IN_MEMORY); > {code} > I found its the "count" column causing the problem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.