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

Custom filters should not require registration in HbaseObjectWritable

    XMLWordPrintableJSON

Details

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

    Description

      Some of the filter RPC serialization still requires that code -> class mappings be added to HbaseObjectWritable. FilterList in particular requires this for it's child filters, since it calls HbaseObjectWritable.writeObject() on each. This makes developing custom filters a big pain, as HbaseObjectWritable must be modified and the hbase core jar re-staged to the cluster.

      We should fix this so that all filters can be written as a class name + data if no code exists.

      Attachments

        1. HBASE_2942.patch
          4 kB
          Gary Helmling

        Issue Links

          Activity

            People

              ghelmling Gary Helmling
              ghelmling Gary Helmling
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: