Parallel::MapReduce::Sequential - MapReduce Infrastructure, single-threaded


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

Index


NAME

Top

Parallel::MapReduce::Sequential - MapReduce Infrastructure, single-threaded

SYNOPSIS

Top

  use Parallel::MapReduce::Sequential;
  my $mri = new Parallel::MapReduce::Sequential
                        (MemCacheds => [ '127.0.0.1:11211', .... ],
                         Workers    => [ '10.0.10.1', '10.0.10.2', ...]);

  # rest like in Parallel::MapReduce

DESCRIPTION

Top

This subclass of Parallel::MapReduce implements MapReduce as a single thread. Like its superclass it uses a memcached server pool to distribute the data and the class can also be used in conjunction of local or remote workers. But everything will happen sequentially.

SEE ALSO

Top

Parallel::MapReduce

COPYRIGHT AND LICENSE

Top


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