[
https://issues.apache.org/jira/browse/HBASE-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Ranitovic updated HBASE-3310:
----------------------------------
Attachment: HBASE-3310.patch
Here is a patch.
> Failing creating/altering table with compression agrument
> ----------------------------------------------------------
>
> Key: HBASE-3310
> URL: https://issues.apache.org/jira/browse/HBASE-3310
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Igor Ranitovic
> Attachments: HBASE-3310.patch
>
>
> HColumnDescriptor setCompressionType takes Compression.Algorithm and not
> String
> hbase(main):007:0> create 't1', { NAME => 'f', COMPRESSION => 'lzo'}
> ERROR: cannot convert instance of class org.jruby.RubyString to class
> org.apache.hadoop.hbase.io.hfile.Compression$Algorithm
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.