AC-MrGamoo

 view release on metacpan or  search on metacpan

lib/AC/MrGamoo/FileList.pm  view on Meta::CPAN


1;

=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.

lib/AC/MrGamoo/MySelf.pm  view on Meta::CPAN


1;

=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.

lib/AC/MrGamoo/ReadInput.pm  view on Meta::CPAN


1;

=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



( run in 0.890 second using v1.01-cache-2.11-cpan-4505f990765 )