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/
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
1.4m articles
1.4m replys
5 comments
57.0k users