HBASE中的过滤器 [英] Filters in HBASE

查看:248
本文介绍了HBASE中的过滤器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在PHP中有效地在HBASE中使用以下过滤器?

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

How can i use the following Filters in HBASE efficiently by PHP?
http://svn.apache.org/repos/asf/hbase/branches/0.90/src/main/java/org/apache/hadoop/hbase/filter/

推荐答案

您可以随时将代码移植到PHP中。但是,如果你不觉得那样。我唯一知道的其他选择是Java Bridge。

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

这篇关于HBASE中的过滤器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆