Changes for version 0.100050 - 2010-01-05

  • First CPAN release.
  • Cloned from naoya at github ( http://github.com/naoya/ ) Moved from Hadoop:: to Hadoop::Streaming:: Started using Dist::Zilla Added documentation --> pod coverage went from 0% to 100% Added tests to exercise the example code. tests now require Test::Command Added second example Made both examples work correctly when run locally

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.