|
|
-
Error while creating a table with compression enabledAmandeep Khurana 2010-12-06, 08:17
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 |