[
https://issues.apache.org/jira/browse/HBASE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kannan Muthukkaruppan updated HBASE-3173:
-----------------------------------------
Status: Patch Available (was: Open)
Aah. I have always been using upper case stuff :). So didn't catch it.
We might need to throw in a toUpperCase() in admin.rb.
JD: Want to make that additional change and commit?
In HColumnDescriptor.java, I see something like:
{code}
setCompressionType(Compression.Algorithm.
valueOf(compression.toUpperCase()));
setBloomFilterType(StoreFile.BloomType.
valueOf(bloomFilter.toUpperCase()));
{code}
> 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.