AC-MrGamoo
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/AC/MrGamoo/FileList.pm view on Meta::CPAN
=head1 NAME
AC::MrGamoo::FileList - get list of files
=head1 SYNOPSIS
emacs /myperldir/Local/MrGamoo/FileList.pm
copy. paste. edit.
use lib '/myperldir';
my $m = AC::MrGamoo::D->new(
class_filelist => 'Local::MrGamoo::FileList',
);
=head1 IMPORTANT
You can fire up the system, and get the servers talking to each other, and
perform some limited tests without this file.
But you must provide this file in order to actually run map/reduce jobs.
lib/AC/MrGamoo/MySelf.pm view on Meta::CPAN
=head1 NAME
AC::MrGamoo::MySelf - customize mrgamoo to your own environment
=head1 SYNOPSIS
emacs /myperldir/Local/MrGamoo/MySelf.pm
copy. paste. edit.
use lib '/myperldir';
my $m = AC::MrGamoo::D->new(
class_myself => 'Local::MrGamoo::MySelf',
);
=head1 DESCRIPTION
provide functions to override default behavior. you may define
any or all of the following functions.
=head2 my_server_id
lib/AC/MrGamoo/ReadInput.pm view on Meta::CPAN
=head1 NAME
AC::MrGamoo::ReadInput - read input records
=head1 SYNOPSIS
emacs /myperldir/Local/MrGamoo/ReadInput.pm
copy. paste. edit.
use lib '/myperldir';
my $m = AC::MrGamoo::D->new(
class_readinput => 'Local::MrGamoo::ReadInput',
);
=head1 DESCRIPTION
In your map/reduce job, your C<map> function is called once per record.
The C<readinput> function is responsible for reading the actual files
and returning records.
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.074 second using v1.00-cache-2.02-grep-82fe00e-cpan-5f0c44f8eee )