You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by "Kilbride, James P." <Ja...@gd-ais.com> on 2010/07/02 13:47:08 UTC

HBASE/HADOOP Examples

I've found examples using the older mapred interface but not the newer mapreduce interface. I want to write a mapper that is configured to only pull out specific rows(which are the mapper's keys) and a specific column's value(which is the mapper's value).


Is there any examples of something like this available?

James Kilbride