By anil's links I guess what I should use is PageFilter instead of ColumnPaginationFilter.
*Jonathan Cardoso** ** Universidade Federal de Goias* 2013/8/1 Jonathan Cardoso <[email protected]> > Thanks! I've tested ColumnPaginationFilter but It's exactly what I need. > > Correct me if I'm wrong please, but ColumnPaginationFilter filters the > columns of the result, how many of them will be retrieved based on the > settings of 'limit' and 'offset' properties. > > But I need to make a Scan and get only the first X rows, not the first X > columns > > *Jonathan Cardoso** ** > Universidade Federal de Goias* > > > 2013/8/1 anil gupta <[email protected]> > >> If you need more insight into HBase Pagination, these link might help you: >> http://search-hadoop.com/m/feqnAUeLR1 >> http://search-hadoop.com/m/m5zM2rTSkb >> >> >> On Thu, Aug 1, 2013 at 10:18 AM, Pavan Sudheendra <[email protected] >> >wrote: >> >> > @Jonathan Ted Yu is right! Ignore my mail :) >> > >> > On Thu, Aug 1, 2013 at 10:46 PM, Ted Yu <[email protected]> wrote: >> > > Take a look at ColumnPaginationFilter.java and its unit test. >> > > >> > > Cheers >> > > >> > > On Thu, Aug 1, 2013 at 10:01 AM, Jonathan Cardoso >> > > <[email protected]>wrote: >> > > >> > >> Hi! >> > >> >> > >> Is there a way to scan a HBase table getting, for example, the first >> 100 >> > >> results, then later get the next 100 and so on... Just like in SQL >> we do >> > >> with LIMIT and OFFSET? >> > >> >> > >> >> > >> *Jonathan Cardoso** ** >> > >> Universidade Federal de Goias* >> > >> >> > >> > >> > >> > -- >> > Regards- >> > Pavan >> > >> >> >> >> -- >> Thanks & Regards, >> Anil Gupta >> > >
