Same as in Java clients, you use the PageFilter to limit result ranges. https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/PageFilter.html
On Thursday, November 27, 2014, Néstor Boscán <[email protected]> wrote: > Hi > > Is there a way to use the HBase Thrift Scanner to just jump a number of > rows instead of reading them one by one. This is very useful for paging. > > Regards, > > Néstor >
