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