You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Nick Dimiduk <nd...@gmail.com> on 2014/12/03 19:13:06 UTC

Re: Using HBase Thrift API to move a number of rows

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 <ne...@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 <nd...@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 <ne...@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
> > >
> >
>

Re: Using HBase Thrift API to move a number of rows

Posted by Néstor Boscán <ne...@gmail.com>.
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 <nd...@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 <ne...@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 <nd...@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 <ne...@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
> > > >
> > >
> >
>