Changes for version 0.100270 - 2010-01-26
- Changed map signature. Now called as $self->map( $line ) instead of $self->map( $key, $value ) with key always undef. Add sort.pl to replace external dependency on sort. Move tests to use /usr/bin/env perl instead of /usr/bin/perl.
Modules
Simplify writing Hadoop Streaming jobs. Write a map() and reduce() function and let this role handle the Stream interface.
Simplify writing Hadoop Streaming jobs. Write a map() and reduce() function and let this role handle the Stream interface. The Reducer roll provides an iterator over the multiple values for a given key.