You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Vishal Kapoor <vi...@gmail.com> on 2011/03/17 16:30:38 UTC

Scoreboard kind of functionality

If I have a bunch of MRs and I want to keep a tab on what they should
process in terms of scope of row ids
eg,
first run :

startRow1
stopRowN

second run
startRowN+1
stopRowM

and similar for others,
is there any light weight accomplish this?

thanks,
vk

Re: Scoreboard kind of functionality

Posted by Jean-Daniel Cryans <jd...@apache.org>.
So you are configuring your Scan to scan only the specified start/stop
rows? I guess you could store that anywhere right? Like HBase?

J-D

On Thu, Mar 17, 2011 at 8:30 AM, Vishal Kapoor
<vi...@gmail.com> wrote:
> If I have a bunch of MRs and I want to keep a tab on what they should
> process in terms of scope of row ids
> eg,
> first run :
>
> startRow1
> stopRowN
>
> second run
> startRowN+1
> stopRowM
>
> and similar for others,
> is there any light weight accomplish this?
>
> thanks,
> vk
>