[
https://issues.apache.org/jira/browse/HBASE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13703999#comment-13703999
]
Hudson commented on HBASE-5428:
-------------------------------
Integrated in hbase-0.95-on-hadoop2 #172 (See
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/172/])
HBASE-8819 Port HBASE-5428 to Thrift 2 (Revision 1501210)
Result = FAILURE
larsgeorge :
Files :
*
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java
*
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandler.java
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira