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
Reporter: Billy Pearson
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.