NAME

Net::Hadoop::Oozie::TheJudge

VERSION

version 0.111

SYNOPSIS

use Net::Hadoop::TheJudge;
# TODO

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.

NAME

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

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.

AUTHOR

David Morel <david.morel@amakuru.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by David Morel & Booking.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.