Revision history for Hadoop-Streaming
0.101880 2010-07-07 08:55:46 PST8PDT
0.101860 2010-07-05 13:42:34 EST5EDT
improve tests to catch error conditions for reporting when
external commands fail.
add support for hadoop messages: counter and status.
change Dist::Zilla dist.ini files
Add abstract headers.
0.100270 2010-01-26 22:49:42 PST8PDT
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.
0.100060 2010-01-05 23:30:09 PST8PDT
Fixed failing tests on Solaris and FreeBSD, caused by differences
in sort locale.
Updated dist.ini
0.100050 2010-01-05 04:22:37 PST8PDT
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