[ 
https://issues.apache.org/jira/browse/HBASE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211129#comment-13211129
 ] 

Hudson commented on HBASE-5428:
-------------------------------

Integrated in HBase-TRUNK #2665 (See 
[https://builds.apache.org/job/HBase-TRUNK/2665/])
    HBASE-5428 Allow for custom filters to be registered within the Thrift 
interface (Revision 1245774)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/filter/ParseFilter.java
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/filter/TestParseFilter.java
* 
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to