The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.101881 - 2010-07-07

  • Add PkgVersion back to dist.ini, so VERSION is properly defined for the modules. This was included in a previous Dist::Zilla bundle.

Modules

Contains Mapper and Reducer classes to simplify writing Hadoop Streaming jobs
Simplify writing Hadoop Streaming Mapper jobs. Write a map() function and let this role handle the Stream interface.
Simplify writing Hadoop Streaming jobs. Write a reduce() function and let this role handle the Stream interface. This Reducer roll provides an iterator over the multiple values for a given key.
Parse input stream for reducer
Collects values for each key together with an iterator interface
Role providing access to values for a given key.
Role to provide emit, counter, and status interaction with Hadoop::Streaming.
Role to require has_next and next