Parallel Processing Using the Map Reduce Programming Model
Demonstrates parallel processing using map reduce on the IMDB. It starts with a Perl script (Robert should like that) but then moves to Java to to use Hadoop. Code listed in the article and is available at github.
Nothing ground breaking but it will help some users gain confidence with Hadoop/Map Reduce with a familiar data set.