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
精彩评论