[
https://issues.apache.org/jira/browse/HBASE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926460#action_12926460
]
Jean-Daniel Cryans commented on HBASE-3173:
-------------------------------------------
I tried the patch, although it fixes my breakage, I see that this fix breaks
something that was possible before:
{noformat}
hbase(main):001:0> create 't', {NAME => 'f', COMPRESSION => 'lzo'}
ERROR: java.lang.IllegalArgumentException: No enum const class
org.apache.hadoop.hbase.io.hfile.Compression$Algorithm.lzo
{noformat}
This was possible before. You might just look at what was done, or I can do it
since it's my fault you're fixing it :)
> HBase 2984 breaks ability to specify BLOOMFILTER & COMPRESSION via shell
> ------------------------------------------------------------------------
>
> Key: HBASE-3173
> URL: https://issues.apache.org/jira/browse/HBASE-3173
> Project: HBase
> Issue Type: Bug
> Reporter: Kannan Muthukkaruppan
> Assignee: Kannan Muthukkaruppan
> Priority: Minor
> Attachments: HBASE-3173.txt
>
>
> HBase 2984 breaks ability to specify BLOOMFILTER & COMPRESSION via shell
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.