Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-2944

cannot alter bloomfilter setting for a column family from hbase shell

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.90.0
    • None
    • None

    Description

      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>
      

      Attachments

        1. HBASE-2944.txt
          1 kB
          Kannan Muthukkaruppan

        Activity

          People

            kannanm Kannan Muthukkaruppan
            kannanm Kannan Muthukkaruppan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: