Thanks a lot Nick

I implemented it that way and it works perfectly.

Regards,

Néstor

On Wed, Dec 3, 2014 at 1:43 PM, Nick Dimiduk <ndimi...@gmail.com> wrote:

> I believe so, yes. Your client would take note of the last row key returned
> and use that to decide on the new start row key.
>
> On Sun, Nov 30, 2014 at 10:58 AM, Néstor Boscán <nesto...@gmail.com>
> wrote:
>
> > Hi Nick
> >
> > So what do I use to seek from row 10? The start row?
> >
> > Regards,
> >
> > Néstor
> >
> > On Fri, Nov 28, 2014 at 7:35 PM, Nick Dimiduk <ndimi...@gmail.com>
> wrote:
> >
> > > 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 <nesto...@gmail.com>
> > 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
> > > >
> > >
> >
>

Reply via email to