Parallel::MapReduce::Testing - MapReduce Infrastructure, single-threaded, local


Parallel-MapReduce documentation  | view source Contained in the Parallel-MapReduce distribution.

Index


NAME

Top

Parallel::MapReduce::Testing - MapReduce Infrastructure, single-threaded, local

SYNOPSIS

Top

  use Parallel::MapReduce::Testing;
  my $mri = new Parallel::MapReduce::Testing;

  # rest like in Parallel::MapReduce

DESCRIPTION

Top

This subclass of Parallel::MapReduce implements MapReduce, but only as a single thread. Unlike its superclass, there is no need (or use) to provide lists of servers or workers.

This is great for testing your algorithm itself.

SEE ALSO

Top

Parallel::MapReduce

COPYRIGHT AND LICENSE

Top


Parallel-MapReduce documentation  | view source Contained in the Parallel-MapReduce distribution.