Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

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

VERSION

version 0.116

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

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.