开发者

Filters in HBASE

开发者 https://www.devze.com 2023-02-18 02:26 出处:网络
How can i use the following Filters in HBASE efficiently by开发者_StackOverflow中文版 PHP? http://svn.apache.org/repos/asf/hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/filter/You can alwa

How can i use the following Filters in HBASE efficiently by开发者_StackOverflow中文版 PHP?

http://svn.apache.org/repos/asf/hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/filter/


You can always port the code to PHP. But if you don't feel up for that. The only other option i know of is the Java Bridge.

I never used it before. But you should be able to do things like:

$filter = new Java("org.apache.hadoop.hbase.filter.BinaryComparator", "bin value");

http://files.zend.com/help/Zend-Server-Community-Edition/working_with_the_java_bridge.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号