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/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以将代码移植到 PHP。但如果你不乐意这样做。我所知道的唯一其他选择是 Java Bridge。
我以前从未使用过它。但是您应该能够执行以下操作:
http://files .zend.com/help/Zend-Server-Community-Edition/working_with_the_java_bridge.htm
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:
http://files.zend.com/help/Zend-Server-Community-Edition/working_with_the_java_bridge.htm