You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/19 20:58:43 UTC

[jira] Resolved: (HBASE-441) Can not create table with the column family "count"

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

Bryan Duxbury resolved HBASE-441.
---------------------------------

    Resolution: Fixed

I added a new FAQ entry detailing this problem and the workaround. Resolving as Fixed.

> 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.