cannot alter bloomfilter setting for a column family from hbase shell
---------------------------------------------------------------------
Key: HBASE-2944
URL: https://issues.apache.org/jira/browse/HBASE-2944
Project: HBase
Issue Type: Bug
Reporter: Kannan Muthukkaruppan
Priority: Minor
{code}
hbase(main):002:0> create 't1', 'cf'
create 't1', 'cf'
0 row(s) in 1.1320 seconds
hbase(main):003:0> disable 't1'
disable 't1'
0 row(s) in 1.0810 seconds
hbase(main):004:0> alter 't1', {NAME => 'cf', BLOOMFILTER => 'ROW'}
alter 't1', {NAME => 'cf', BLOOMFILTER => 'ROW'}
ERROR: no constructor with arguments matching [class
org.jruby.java.proxies.ArrayJavaProxy, class org.jruby.RubyFixnum, class
org.jruby.RubyString, class org.jruby.RubyBoolean, class org.jruby.RubyBoolean,
class org.jruby.RubyFixnum, class org.jruby.RubyFixnum, class
org.jruby.RubyBoolean, class org.jruby.RubyFixnum] on object
#<Java::OrgApacheHadoopHbase::HColumnDescriptor:0x1e4218cb>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.