Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Hadoop::Streaming

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Hadoop-Streaming-0.103190/lib/Hadoop/Streaming/Mapper.pm -- Around line 96: =back without =over

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Hadoop::Streaming

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

Modules

Name Abstract Version View
Hadoop::Streaming Contains Mapper, Combiner and Reducer roles to simplify writing Hadoop Streaming jobs 0.103190 metacpan
Hadoop::Streaming::Combiner Simplify writing Hadoop Streaming jobs. Combiner follows the same interface as Reducer. Requires a combine() function which will be called for each line of combiner data. Combiners are run on the same machine as the mapper as a pre-reduce reduction step. 0.103190 metacpan
Hadoop::Streaming::Mapper Simplify writing Hadoop Streaming Mapper jobs. Write a map() function and let this role handle the Stream interface. 0.103190 metacpan
Hadoop::Streaming::Reducer Simplify writing Hadoop Streaming jobs. Write a reduce() function and let this role handle the Stream interface. This Reducer roll provides an iterator over the multiple values for a given key. 0.103190 metacpan
Hadoop::Streaming::Reducer::Input Parse input stream for reducer 0.103190 metacpan
Hadoop::Streaming::Reducer::Input::Iterator Collects values for each key together with an iterator interface 0.103190 metacpan
Hadoop::Streaming::Reducer::Input::ValuesIterator Role providing access to values for a given key. 0.103190 metacpan
Hadoop::Streaming::Role::Emitter Role to provide emit, counter, and status interaction with Hadoop::Streaming. 0.103190 metacpan
Hadoop::Streaming::Role::Iterator Role to require has_next and next 0.103190 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan