Hi Cedric1
Not sure if it is possible to set a range of row keys, but setting columns
is fairly easy.
I would a ssume that you are using something like
*TableMapReduceUtil.initTableMapJob(inputTable, inputCols, cla, Text.class,
Text.class, c);
*
where inputCols is a String[] for example {"content:a", "content:b",
"content:c"};
Erik
On Wed, Oct 8, 2008 at 12:33 AM, Cedric Ho <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am using 0.18.0 and have successfully used data from hbase table as
> input to my map/reduce job.
>
> I wonder how to specify a subset of records from a table instead of
> taking all records as input.
> Such as a range of the row keys or maybe by specific values of certain
> columns.
>
> Any help is appreciated.
>
> Cedric
>