You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Alex Spodinets <sp...@gmail.com> on 2009/08/11 15:21:56 UTC

Map\Reduce for one row

Hello,

Is it possible to run a Map\Reduce job for only one row in table? Thus
skipping the unnecessary cycling through other rows by ignoring them
manually or via "skip mode".


The idea behind it is to use Map\Reduce more like an application server with
data location awareness vs batch\parallel processing system.

Thanks.

Re: Map\Reduce for one row

Posted by Tim Sell <tr...@gmail.com>.
Yes it is possible.
if you just want one row though, you would use the hbase client
package and do a simple Get.

Have a read of
http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture
http://labs.google.com/papers/bigtable.html

2009/8/11 Alex Spodinets <sp...@gmail.com>:
> Hello,
>
> Is it possible to run a Map\Reduce job for only one row in table? Thus
> skipping the unnecessary cycling through other rows by ignoring them
> manually or via "skip mode".
>
>
> The idea behind it is to use Map\Reduce more like an application server with
> data location awareness vs batch\parallel processing system.
>
> Thanks.
>