NAME
Data::Riak::MapReduce::Phase::Reduce - Reduce phase of a MapReduce
VERSION
version 2.0
SYNOPSIS
my
$mp
= Data::Riak::MapReduce::Phase::Map->new(
language
=>
"javascript"
,
# The default
source
=>
"function(v) { return [ v ] }"
,
keep
=> 1
# The default
);
DESCRIPTION
A map/reduce map phase for Data::Riak. See Data::Riak::MapReduce::Phase::Reduce for attribute information.
AUTHORS
Andrew Nelson <anelson at cpan.org>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.