[
https://issues.apache.org/jira/browse/HBASE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Roland updated HBASE-5428:
---------------------------------
Attachment: ThriftCustomFilters.patch
> Allow for custom filters to be registered within the Thrift interface
> ---------------------------------------------------------------------
>
> Key: HBASE-5428
> URL: https://issues.apache.org/jira/browse/HBASE-5428
> Project: HBase
> Issue Type: Improvement
> Components: thrift
> Affects Versions: 0.92.0
> Reporter: Robert Roland
> Labels: patch
> Fix For: 0.94.0
>
> Attachments: ThriftCustomFilters.patch
>
>
> Custom filters work within the Java client API, but are not accessible within
> the Thrift API. Attempting to use one will generate a "Filter Name x not
> supported"
> Attached patch allows a user to specify a list of custom filters that are
> registered at Thrift server startup time within the HBase configuration files:
> <property>
> <name>hbase.thrift.filters</name>
> <value>MyFilter:com.foo.Filter,OtherFilter:com.foo.OtherFilter</value>
> </property>
> Patch created off SVN r1245727
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira