Net-Amazon-HadoopEC2
view release on metacpan or search on metacpan
lib/Net/Amazon/HadoopEC2/Cluster.pm view on Meta::CPAN
);
my $option = join(' ', qw(
-mapper map.pl
-reducer reduce.pl
-file map.pl
-file reduce.pl
)
);
my $result = $cluster->execute(
{
command => "$hadoop jar $streaming $option",
}
);
=head1 DESCRIPTION
A class Representing Hadoop-EC2 cluster
=head1 METHODS
( run in 0.226 second using v1.01-cache-2.11-cpan-4d50c553e7e )