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