The command I'm running on the shell:
create 'table', {NAME=>'fam', COMPRESSION=>'GZ'}
or
create 'table', {NAME=>'fam', COMPRESSION=>'LZO'}
Here's the error:
ERROR: cannot convert instance of class org.jruby.RubyString to class
org.apache.hadoop.hbase.io.hfile.Compression$Algorithm
Any idea what could be causing this? Where do I look?
-ak
