[
https://issues.apache.org/jira/browse/HBASE-11907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157726#comment-14157726
]
Hudson commented on HBASE-11907:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #538 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/538/])
HBASE-11907 Use the joni byte[] regex engine in place of j.u.regex (apurtell:
rev 579ce7a0d610352a7bcff5527ce24b04e8b2292a)
* hbase-protocol/src/main/protobuf/Comparator.proto
*
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestRegexComparator.java
*
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ComparatorProtos.java
* hbase-client/pom.xml
* pom.xml
*
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java
> Use the joni byte[] regex engine in place of j.u.regex in
> RegexStringComparator
> -------------------------------------------------------------------------------
>
> Key: HBASE-11907
> URL: https://issues.apache.org/jira/browse/HBASE-11907
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: HBASE-11907.patch, HBASE-11907.patch, HBASE-11907.patch,
> HBASE-11907.patch
>
>
> The joni regex engine (https://github.com/jruby/joni), a Java port of
> Oniguruma regexp library done by the JRuby project, is:
> - MIT licensed
> - Designed to work with byte[] arguments instead of String
> - Capable of handling UTF8 encoding
> - Regex syntax compatible
> - Interruptible
> - *About twice as fast as j.u.regex*
> - Has JRuby's jcodings library as a dependency, also MIT licensed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)