Custom filters should not require registration in HbaseObjectWritable
---------------------------------------------------------------------

                 Key: HBASE-2942
                 URL: https://issues.apache.org/jira/browse/HBASE-2942
             Project: HBase
          Issue Type: Bug
          Components: filters
            Reporter: Gary Helmling
            Assignee: Gary Helmling
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to