The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Hadoop::Oozie::TheJudge - Will tell you the verdict on coordinators

VERSION

version 0.114

SYNOPSIS

    my $verdict = Net::Hadoop::Oozie::TheJudge->new->question(
        len     => 1000,
        kill    => 20,
        suspend => 10,
        coord   => shift(),
    );

    print $verdict->{text} if $verdict->{guilty};

DESCRIPTION

Part of the Perl Oozie interface.

It is named after Judge Dredd, who is empowered to summarily arrest, convict, sentence, and execute criminals.

SYNOPSIS

    use Net::Hadoop::TheJudge;
    # TODO

ATTRIBUTES

oozie

The Net::Hadoop::Oozie instance used to fetch information.

badge

The name of the cluster.

name

The name of the program.

METHODS

question

TODO.