Thanks Eric,
After a while of reading i got the concept (
http://www.larsgeorge.com/2009/05/hbase-mapreduce-101-part-i.html).... but
the problem is implementation....
I tried using the following....
extended TableInputFormatBase and then added the filter and the
baseclass....
Then....
InputSplit[] ts = tif.getSplits(job, numSplits);
now i got the input Splits which will be provided to the mapper. whats the
input type which i have to set?
jobConf.setInputFormat(????);
Sorry for asking this question again, googled it a lot but didnt help.
Regards,
</VJ>
On Thu, Jun 4, 2009 at 4:23 PM, Erik Holstad <erikholstad@gmail.com> wrote:
> but the concept will be the same
>
|